{
"service_order_number":"20230531111200146604417176517",
"pay_channel":"LianLianPay-AliPay",
"amount":0.01,
"device_id":"222",
"iccid":"1111",
"wx_code":"0a3Jfk000HKZ1Q10Xf200jw7RA1Jfk0A",
"pass_through_param":"{\"1\":1,\"2\":2}"
}
curl --location --request POST '/v2/payment/order' \
--header 'X-Tg-App-Id;' \
--header 'Accept-Language;' \
--header 'Authorization;' \
--header 'X-Tg-Date;' \
--header 'X-Tg-App-Version: {{app_version}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"service_order_number":"20230531111200146604417176517",
"pay_channel":"LianLianPay-AliPay",
"amount":0.01,
"device_id":"222",
"iccid":"1111",
"wx_code":"0a3Jfk000HKZ1Q10Xf200jw7RA1Jfk0A",
"pass_through_param":"{\"1\":1,\"2\":2}"
}'
{
"code": 200,
"data": {
"service_order_number": "20230529182752995738809125936",
"pay_order_number": "20230529182752995738809125936",
"payload": "https://qr.alipay.com/bax02019iriapr2etgtt253f"
},
"msg": "操作成功",
"requestid": "c2b461f9-c828-4ff1-98de-0576bf20394b"
}