diff --git a/controllers/cms_user2.go b/controllers/cms_user2.go index 805b838b5..8a098626b 100644 --- a/controllers/cms_user2.go +++ b/controllers/cms_user2.go @@ -127,7 +127,7 @@ func (c *User2Controller) SolveNullMobileUser() { // @Param token header string true "认证token" // @Success 200 {object} controllers.CallResult // @Failure 200 {object} controllers.CallResult -// @router GetStoreRoleList [get] +// @router /GetStoreRoleList [get] func (c *User2Controller) GetStoreRoleList() { c.callGetStoreRoleList(func(params *tUser2GetStoreRoleListParams) (retVal interface{}, errCode string, err error) { retVal, err = cms.GetStoreRoleList(params.Ctx)