修改小程序列表数据
This commit is contained in:
@@ -300,9 +300,6 @@ func LoginInternal(ctx *Context, authType, authID, authIDType, authSecret string
|
||||
authInfo.IsExistOpenID = true
|
||||
}
|
||||
}
|
||||
if WeCartAppID == appID {
|
||||
authInfo.AuthBindInfo.AppServer = WeCartAppID
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -84,10 +84,6 @@ func (a *AuthInfo) GetAuthType() string {
|
||||
return a.AuthBindInfo.Type
|
||||
}
|
||||
|
||||
func (a *AuthInfo) GetIsWeCartApp() string {
|
||||
return a.AuthBindInfo.AppServer
|
||||
}
|
||||
|
||||
func (a *AuthInfo) GetAuthTypeID() string {
|
||||
return a.AuthBindInfo.TypeID
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user