本文档由空谷团队支持维护~
如遇使用问题请前往官网联系我们
curl --location --request POST 'http://server.kgu.cn:61054/api/app/member/wx-bind' \
--header 'Content-Type: application/json' \
--data-raw '{
"account": "string",
"password": "string",
"code": "string",
"codeToken": "string",
"wxCode": "string",
"openId": "string"
}'{
"result": "",
"code": 0,
"message": "",
"data": ""
}