We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edf9009 commit 45c138aCopy full SHA for 45c138a
src/logic/wechat.go
@@ -83,7 +83,7 @@ func (self WechatLogic) Bind(ctx context.Context, id, uid int, userInfo string)
83
Uid: uid,
84
Nickname: result.Get("nickName").String(),
85
Avatar: result.Get("avatarUrl").String(),
86
- Openid: userInfo,
+ OpenInfo: userInfo,
87
}
88
_, err := MasterDB.Id(id).Update(wechatUser)
89
if err != nil {
0 commit comments