Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://gate.uat.payloco.com/gateway/v1/weChatPay/jsapi/authorize
{ "openid": "oUpF8uMuAJO_M2pxb1Q9zNjWeS6o", "errCode": "00000000", "errMessage": "交易成功" }
授权后重定向的回调链接地址, 请使用 urlEncode 对链接进行处理
"https://www.qq.com"
OK
微信的openid值
"oUpF8uMuAJO_M2pxb1Q9zNjWeS6o"
响应编码
"00000000"
响应说明
"交易成功"