1
This commit is contained in:
@@ -127,7 +127,7 @@ func (c *User2Controller) SolveNullMobileUser() {
|
|||||||
// @Param token header string true "认证token"
|
// @Param token header string true "认证token"
|
||||||
// @Success 200 {object} controllers.CallResult
|
// @Success 200 {object} controllers.CallResult
|
||||||
// @Failure 200 {object} controllers.CallResult
|
// @Failure 200 {object} controllers.CallResult
|
||||||
// @router GetStoreRoleList [get]
|
// @router /GetStoreRoleList [get]
|
||||||
func (c *User2Controller) GetStoreRoleList() {
|
func (c *User2Controller) GetStoreRoleList() {
|
||||||
c.callGetStoreRoleList(func(params *tUser2GetStoreRoleListParams) (retVal interface{}, errCode string, err error) {
|
c.callGetStoreRoleList(func(params *tUser2GetStoreRoleListParams) (retVal interface{}, errCode string, err error) {
|
||||||
retVal, err = cms.GetStoreRoleList(params.Ctx)
|
retVal, err = cms.GetStoreRoleList(params.Ctx)
|
||||||
|
|||||||
Reference in New Issue
Block a user