curl --location 'http://127.0.0.1:8081/api/TenPay/GmPayQCode' \
--header 'Content-Type: text/plain' \
--data '{
"Name": "备注",
"Money": "金额",
"Wxid": "登录成功返回的"
}'{
"Code": 0,
"Success": true,
"Message": "成功",
"Data": {
"BaseResponse": {
"ret": 0,
"errMsg": {
"string": ""
}
},
"retText": {
"iLen": 146,
"buffer": "此值需要base64解码后,取pay_url就是二维码链接"
},
"platRet": 0,
"platMsg": "",
"cgiCmdid": 94,
"tenpayErrType": 0,
"tenpayErrMsg": "ok"
},
"Debug": ""
}