{ "time": 1765869082, "uid": 1065, "merchantTradeNo": "9de96950-dd86-4b66-a43d-ce39adf3b6ce", "notifyUrl": "https://possible-heartache.net/", "amount": "200", "userMobileNumber": "91234144", "language": "en-us", "sign": "5UR=sD-/r=" }
curl --location --request POST '/api/v1/payin/order/create' \ --header 'Content-Type: application/json' \ --data-raw '{ "time": 1765869082, "uid": 1065, "merchantTradeNo": "9de96950-dd86-4b66-a43d-ce39adf3b6ce", "notifyUrl": "https://possible-heartache.net/", "amount": "200", "userMobileNumber": "91234144", "language": "en-us", "sign": "5UR=sD-/r=" }'
{ "code": 0, "msg": "创建订单成功。", "data": { "platformTradeNo": "213", "merchantTradeNo": "123", "payUrl": "https://baidu.com", "deepLink": "pph://baidu.com" } }