根据openid获取token(微信自动登录)
接口地址:/customer/gettokenbyopenid
参数:
返回格式:
{
"code": 1,
"data": {
"token": "asdsf21ewsvsdas",
"phone": "13765468090",
},
"msg": "success"
}Last updated
Was this helpful?