mm
This commit is contained in:
@@ -312,6 +312,20 @@ func (c *User2Controller) UpdateUser() {
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 获取用户管理城市
|
||||
// @Description 获取用户管理城市
|
||||
// @Param token header string true "认证token"
|
||||
// @Param userID query string false "userID"
|
||||
// @Param cityCode query int false "cityCode"
|
||||
// @Success 200 {object} controllers.CallResult
|
||||
// @Failure 200 {object} controllers.CallResult
|
||||
// @router /GetUserCityManager [get]
|
||||
func (c *User2Controller) GetUserCityManager() {
|
||||
c.callGetUserCityManager(func(params *tUser2GetUserCityManagerParams) (retVal interface{}, errCode string, err error) {
|
||||
return retVal, "", err
|
||||
})
|
||||
}
|
||||
|
||||
// @Title 增加用户管理城市
|
||||
// @Description 增加用户管理城市
|
||||
// @Param token header string true "认证token"
|
||||
|
||||
Reference in New Issue
Block a user