{
"pay_way": "string",
"product_id": 0
}
curl --location --request POST 'http://127.0.0.1:5678/api/payment/qrcode' \
--header 'Authorization: eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJleHBpcmVkIjoxNzI5MTQ2NzQzLCJ1c2VyX2lkIjo0fQ.Rhk2XHTo-x55Ry2zHfcE2M9XcgdFo1DkTPDhhwg8Bk4' \
--header 'Content-Type: application/json' \
--data-raw '{
"pay_way": "string",
"product_id": 0
}'
{
"code": 0,
"data": {
"image": "string",
"order_no": "string",
"url": "string"
},
"message": "string"
}