curl --location 'http://127.0.0.1:8081/api/TenPay/SkdOrder' \
--header 'Content-Type: text/plain' \
--data '{
"StartTime": 0,
"EndTime": 0,
"wxid": "string"
}'{
"Code": 0,
"Success": true,
"Message": "查询成功",
"Data": "注意结果需base64解码",
"Debug": ""
}