aa
This commit is contained in:
@@ -581,6 +581,7 @@ func (c *User2Controller) UpdateUserLastInfo() {
|
|||||||
// @router /GetUserStoreAuth [get]
|
// @router /GetUserStoreAuth [get]
|
||||||
func (c *User2Controller) GetUserStoreAuth() {
|
func (c *User2Controller) GetUserStoreAuth() {
|
||||||
c.callGetUserStoreAuth(func(params *tUser2GetUserStoreAuthParams) (retVal interface{}, errCode string, err error) {
|
c.callGetUserStoreAuth(func(params *tUser2GetUserStoreAuthParams) (retVal interface{}, errCode string, err error) {
|
||||||
|
retVal, err = cms.GetUserStoreAuth(params.Ctx, params.StoreID)
|
||||||
return retVal, "", err
|
return retVal, "", err
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user