修改商城权限,让登录用户可以看到数据
This commit is contained in:
@@ -84,6 +84,10 @@ 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