{
"userId": "user-HoE9TNi7gy",
"payAmount": 10,
"goodsId": "20251201",
"otherAmount": 50,
"couponAmount": 50,
"productType":"SKUGOODS"
}curl --location --request POST '/backend/pay-order/add' \
--header 'BackendToken: {{BackendToken}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "user-HoE9TNi7gy",
"payAmount": 10,
"goodsId": "20251201",
"otherAmount": 50,
"couponAmount": 50,
"productType":"SKUGOODS"
}'{
"data": {
"total": 43,
"list": [
{
"id": "545aa88c135b4b639f7b9f82d6112869",
"userId": "235a7a2a15434013998e48824dc9399f",
"type": "PAY",
"couponName": "赠送80远代金券",
"displayAmount": 80,
"balanceAmount": 0,
"effectiveTime": "2025-06-14T16:28:41.790+08:00",
"effectiveDays": 7,
"expiryTime": "2025-06-21T16:28:41.790+08:00",
"linkOrderId": "ORD20250616155711238223",
"createTime": "2025-06-16T15:57:25.817+08:00",
"updateTime": "2025-06-19T08:41:08.684+08:00"
}
]
},
"code": 1001,
"message": "查询成功"
}