Authorization: Bearer ********************
{
"userId": "string",
"product": 0,
"hmProduct": 0,
"priceType": 0,
"patternPayment": "string",
"orderId": "string",
"amount": 0
}
curl --location --request POST 'https://jnotetest-hm.jideos.com/order/unify/create' \
--header 'token: wa2Is62EdKdzO9UekfbOj0UqVbM-3QT4c8kPf4lwIVeAEqM9jNdNx83ryZq0_GOx4DZlTSFaWd_DUqbvKaNzBbi_qCPuR3y6-ft1E7rDdEnY-3d_O0I5PyaUfRVRqP7E' \
--header 'appVersionCode: 491' \
--header 'language: zh' \
--header 'Accept-Language: zh' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"product": 0,
"hmProduct": 0,
"priceType": 0,
"patternPayment": "string",
"orderId": "string",
"amount": 0
}'
{
"code": 0,
"msg": "",
"data": {
"orderId": "",
"qr_code": "",
"biz_content": "",
"sign": "",
"sign_type": "",
"timestamp": "",
"version": ""
}
}