{
"app_key": "455656544",
"timestamp": 1623343322,
"sign":"sgsdsg3aasdgdsgsdfs434343efset43",
"biz_no":"SK000001",
"product_id":"10001",
"third_id":"223221352193323",
"call_back_url":"http:xxx.xxx.com",
"datas":{
"target": "13760471262",
"amount": "100",
}
}
curl --location --request POST 'http://test.merchant.center.mf178.cn/api/merchant/upload_order' \
--header 'Content-Type: application/json' \
--data-raw '{
"app_key": "455656544",
"timestamp": 1623343322,
"sign":"sgsdsg3aasdgdsgsdfs434343efset43",
"biz_no":"SK000001",
"product_id":"10001",
"third_id":"223221352193323",
"call_back_url":"http:xxx.xxx.com",
"datas":{
"target": "13760471262",
"amount": "100",
}
}'
{
"code": 0,
"message": "ok",
"stime": 1698980245.05146,
"etime": 1698980245.37863,
"data": {
"third_id": "1698980245394604",
"order_id": "23110100762323",
"target": "1376047xxxx",
"state": 1,
}
}