Browse Source

update

master
DengBiao 8 months ago
parent
commit
067c98b3ef
1 changed files with 0 additions and 14 deletions
  1. +0
    -14
      app/bigData/md/md_login.go

+ 0
- 14
app/bigData/md/md_login.go View File

@@ -13,17 +13,3 @@ type User struct {
type LoginResponse struct { type LoginResponse struct {
Token string `json:"token"` Token string `json:"token"`
} }

type WxAppletLoginResponse struct {
OpenId string `json:"open_id"`
UnionId string `json:"union_id"`
}

type RegisterReq struct {
UserId string `json:"user_id" label:"支付宝用户的唯一userId"`
OpenId string `json:"open_id" label:"微信小程序openid"`
UnionId string `json:"union_id" label:"微信unionId"`
Nickname string `json:"nickname" label:"支付宝昵称"`
Avatar string `json:"avatar" label:"支付宝头像"`
Phone string `json:"phone" binding:"required" label:"手机号"`
}

Loading…
Cancel
Save