|
|
@@ -527,7 +527,7 @@ func BindAlipayAccount(c *gin.Context) { |
|
|
|
m := model.AlipayUserInfo{ |
|
|
|
Uid: user.Id, |
|
|
|
UserId: info.Response.UserId, |
|
|
|
OpenId: info.Response.OpenId, |
|
|
|
OpenId: systemOauthToken.Response.OpenId, |
|
|
|
AppId: client.AppId, |
|
|
|
UserName: info.Response.NickName, |
|
|
|
Ext: "", |
|
|
|