This commit is contained in:
2022-09-11 10:30:18 +08:00
parent 68e811316d
commit 3c233ffde3

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 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)