{
"timeStamp": 1703498273661,
"businessData": {
"account": "15950517685",
"buyNumber": 1,
"extAccount": "15950517685",
"extOrderId": "${extOrderId}",
"notifyUrl": "qwe",
"productId": "XZ_122228_1_fc738d"
},
"merchantId": "PS-M00159f4f",
"sign": "MD5(PS-M00159f4f1703498273661{\"account\":\"15950517685\",\"buyNumber\":1,\"extAccount\":\"15950517685\",\"extOrderId\":\"${extOrderId}\",\"notifyUrl\":\"qwe\",\"productId\":\"XZ_122228_1_fc738d\"}f4ShmXS7eB1bQpbD1wLcxcI3sv3fyADF)",
"projectId": 1803631566617923600
}
curl --location --request POST 'http://127.0.0.1/openApi/makeOrder' \
--header 'Content-Type: application/json' \
--data-raw '{
"timeStamp": 1703498273661,
"businessData": {
"account": "15950517685",
"buyNumber": 1,
"extAccount": "15950517685",
"extOrderId": "${extOrderId}",
"notifyUrl": "qwe",
"productId": "XZ_122228_1_fc738d"
},
"merchantId": "PS-M00159f4f",
"sign": "MD5(PS-M00159f4f1703498273661{\"account\":\"15950517685\",\"buyNumber\":1,\"extAccount\":\"15950517685\",\"extOrderId\":\"${extOrderId}\",\"notifyUrl\":\"qwe\",\"productId\":\"XZ_122228_1_fc738d\"}f4ShmXS7eB1bQpbD1wLcxcI3sv3fyADF)",
"projectId": 1803631566617923600
}'
{
"code": 0,
"data": {},
"ext": {},
"msg": "string"
}