latestSwagger 2.0Apache 2.02026-08-19151166415.3 KB

5c90e58bf672

user

Logging in with WeChat

Client post code to login wechat app

post/v2/user/wechat_app_login

Request body

app_idinteger required

登录AppID Bluente 模式设置10000

codestring required

如果是微信小程序,这个是code,

platformstring

android 还是 ios

referee_idinteger

推荐人ID

sceneinteger

微信登录用户的场景值

srcstring

登录来源

Response

success, the data field just login response

codeinteger

0=success,only parse data when code=0

messagestring

tip message

Example response

{
  "message": "success"
}