修改小程序列表数据

This commit is contained in:
邹宗楠
2022-03-29 11:00:01 +08:00
parent ccae1e0a96
commit e01f3ea1f2
5 changed files with 1 additions and 19 deletions

View File

@@ -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
}