This commit is contained in:
苏尹岚
2021-04-01 09:51:47 +08:00
parent cc12d82076
commit e4f9c547a9

View File

@@ -581,6 +581,7 @@ func (c *User2Controller) UpdateUserLastInfo() {
// @router /GetUserStoreAuth [get]
func (c *User2Controller) GetUserStoreAuth() {
c.callGetUserStoreAuth(func(params *tUser2GetUserStoreAuthParams) (retVal interface{}, errCode string, err error) {
retVal, err = cms.GetUserStoreAuth(params.Ctx, params.StoreID)
return retVal, "", err
})
}