Browse Source

更新获取openid方法的结构体

master
listen 2 years ago
parent
commit
0d399213c3
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      common.go

+ 2
- 0
common.go View File

@ -62,6 +62,8 @@ type MiniAppOpenidRes struct {
Openid string
SessionKey interface{}
Unionid interface{}
NickName string
AvatarUrl string
WxApiRes
}


Loading…
Cancel
Save