{
"userId": "string",
"orderId": "string",
"amount": 0,
"transactionId": "string",
"payTime": "string"
}
curl --location --request POST 'https://jnotetest-hm.jideos.com/jnotes/outer-order/import-mini-program-order' \
--header 'Authorization: Bearer 01uohrj-elUlvNnLxb3uuYDy28LD3Pum49U531TlDWhqS2QbLMm1LhhWaW42TN8UV6caM_E9bvB6qkSBXZu0jCHQ9PdX9NnDIb7UdofssDFhwkuOijQ6T6ZPbBl5jEO7' \
--header 'token: 01uohrj-elUlvNnLxb3uuYDy28LD3Pum49U531TlDWhqS2QbLMm1LhhWaW42TN8UV6caM_E9bvB6qkSBXZu0jCHQ9PdX9NnDIb7UdofssDFhwkuOijQ6T6ZPbBl5jEO7' \
--header 'appVersionCode: 408' \
--header 'Accept-Language: zh' \
--header 'language: en' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"orderId": "string",
"amount": 0,
"transactionId": "string",
"payTime": "string"
}'
{
"status": 0,
"msg": "",
"data": {
"id": 0,
"orderId": "",
"amount": 0.0,
"userId": "",
"patternPayment": "",
"product": 0,
"orderStatus": "",
"model": "",
"device": "",
"payTime": "",
"transactionId": "",
"version": "",
"deviceType": "",
"sort": 0,
"channel": 0,
"createTime": "",
"updateTime": ""
}
}