curl --location 'http://127.0.0.1:8081/api/TenPay/GmJyPayQCodeUrl' \ --header 'Content-Type: text/plain' \ --data '{ "Name": "收款单名称", "Money": 金额, "Remark": "备注", "Wxid": "string" }'
{ "Code": 0, "Success": true, "Message": "成功", "Data": { "qrcode": "url", "qrid": "用来删除用的", "urllink": "短链接" }, "Data62": "" }