{
"appid": "9733732",
"method": "order.query",
"timestamp": "1763348485",
"content": "{\"out_no\":\"gk99q94kkeawkjss\"}",
"sign": "774ec5b6e1238131bd67ee4bbab93c86"
}curl --location --request POST '接口地址,见第二章:接口配置及参数说明' \
--header 'Content-Type: application/json' \
--data-raw '{
"appid": "9733732",
"method": "order.query",
"timestamp": "1763348485",
"content": "{\"out_no\":\"gk99q94kkeawkjss\"}",
"sign": "774ec5b6e1238131bd67ee4bbab93c86"
}'{
"code": 0,
"msg": null,
"data": {
"order_no": "251117396360044",
"out_no": "gk99q94kkeawkjss",
"status": "success",
"product_id": 100002,
"product_name": "卡密产品-成功测试",
"account": "15700000000",
"account_type": "*",
"num": 1,
"price": 0.9000,
"total": 0.9000,
"create_time": "2025-11-17 11:00:36",
"finished_time": "2025-11-17 11:00:51",
"terminal_no": "",
"coupon_status": "",
"coupon_time": "",
"coupon_no": "",
"coupon_type": "",
"reason": "成功",
"card_list": [
{
"card_no": "aS6Ug+cMQNDyEaEYNEV+guCdopukDoICwCt1WXP9D68=",
"card_psw": "4rKWTS/Il062tbyHVMHY3w==",
"card_valid": "2026-11-17 23:59:59"
}
]
}
}