This commit is contained in:
2022-09-11 10:28:26 +08:00
parent 6526a4733c
commit 68e811316d
2 changed files with 5 additions and 5 deletions

View File

@@ -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 RoleList [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)