|
|
|
|
@ -1,6 +1,6 @@
@@ -1,6 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
## 微信登录 |
|
|
|
|
## 小程序登录 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
**接口地址**:`/api/v2/WechatAuth/login-wechat` |
|
|
|
|
@ -57,7 +57,6 @@
@@ -57,7 +57,6 @@
|
|
|
|
|
|code|返回值|integer(int32)|integer(int32)| |
|
|
|
|
|success|是否成功|boolean|| |
|
|
|
|
|data||WechatAuthResultDto|WechatAuthResultDto| |
|
|
|
|
|  success|是否成功|boolean|| |
|
|
|
|
|  customer|客户Dto|CustomerDto|CustomerDto| |
|
|
|
|
|    id|id|integer|| |
|
|
|
|
|    sn|客户编码|string|| |
|
|
|
|
@ -76,7 +75,6 @@
@@ -76,7 +75,6 @@
|
|
|
|
|
|    lastLoginTime||string|| |
|
|
|
|
|    wxNickName|微信昵称|string|| |
|
|
|
|
|    wxAvatarUrl|头像URL|string|| |
|
|
|
|
|  operationResult|操作结果||| |
|
|
|
|
|  isNewCustomer|是否是新用户|boolean|| |
|
|
|
|
|  message|消息|string|| |
|
|
|
|
|
|
|
|
|
@ -88,7 +86,6 @@
@@ -88,7 +86,6 @@
|
|
|
|
|
"code": 0, |
|
|
|
|
"success": true, |
|
|
|
|
"data": { |
|
|
|
|
"success": true, |
|
|
|
|
"customer": { |
|
|
|
|
"id": 0, |
|
|
|
|
"sn": "", |
|
|
|
|
@ -108,7 +105,6 @@
@@ -108,7 +105,6 @@
|
|
|
|
|
"wxNickName": "", |
|
|
|
|
"wxAvatarUrl": "" |
|
|
|
|
}, |
|
|
|
|
"operationResult": {}, |
|
|
|
|
"isNewCustomer": true, |
|
|
|
|
"message": "" |
|
|
|
|
} |
|
|
|
|
|