修改商城权限,让登录用户可以看到数据

This commit is contained in:
邹宗楠
2022-03-28 19:06:01 +08:00
parent 147830ce3b
commit abe967dd8e
6 changed files with 15 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ type IAuther interface {
GetAuthID() string
GetAuthType() string
GetUserTag() string
GetIsWeCartApp() string
}
type Context struct {