{
"userId": "string",
"orderId": "string",
"amount": 0,
"transactionId": "string",
"payTime": "string"
}
curl --location --request POST 'https://jnotetest-hm.jideos.com/outer-order/import-mini-program-order' \
--header 'token: z_IGnO3oFfsPLElUaqj2TvqDLdA0jIg5ugLE4vhm8MMlRyVK3GUfkegD9lPGcfWW-Qv0dV_lpie2d8vUB3e9ZIg7mdyv7MiO1-U2FCveDTO61whqHI0JuS-Hl_e3p0AP' \
--header 'appVersionCode: 491' \
--header 'language: zh' \
--header 'Authorization: Bearer z_IGnO3oFfsPLElUaqj2TvqDLdA0jIg5ugLE4vhm8MMlRyVK3GUfkegD9lPGcfWW-Qv0dV_lpie2d8vUB3e9ZIg7mdyv7MiO1-U2FCveDTO61whqHI0JuS-Hl_e3p0AP' \
--header 'Accept-Language: zh' \
--header 'channel: google' \
--header 'deviceId: 123456' \
--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": ""
}
}