curl --location --request GET '/shopapi/pay/payResult?order_id=&from=' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb'
// 积分订单
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 31,
"sn": "202204011716280634",
"pay_time": "-",
"pay_way": "微信支付",
"pay_status": 0,
"order_amount": "143.00",
"order_integral": 11,
"exchange_way": 2,
"total_amount": "11积分+ ¥143.00元"
}
}
//普通订单
{
"code": 1,
"show": 0,
"msg": "",
"data": {
"id": 1535,
"sn": "202204061514598300",
"pay_time": "2022-04-06 15:15:24",
"pay_way": "微信支付",
"order_amount": "0.01",
"pay_status": 1,
"total_amount": "¥0.01"
}
}