Authorization: Bearer ********************
{
"scene": "123",
"path": "",
"width": 0,
"envVersion": "trial",
"isHyaline": false,
"programType": "partner"
}
curl --location --request POST '/api/shop/wechat/get_wechat_qr_code' \
--header 'Content-Type: application/json' \
--data-raw '{
"scene": "123",
"path": "",
"width": 0,
"envVersion": "trial",
"isHyaline": false,
"programType": "partner"
}'
{
"code": 0,
"message": "string"
}