【新增】添加接口调用限流

This commit is contained in:
PandaGoAdmin
2022-01-19 17:29:01 +08:00
parent 3d603d8fde
commit c8449e0432
7 changed files with 49 additions and 2 deletions

View File

@@ -342,7 +342,7 @@ func (u *UserApi) InsertSysUser(rc *ctx.ReqCtx) {
// @Tags 用户
// @Accept application/json
// @Product application/json
// @Param data body entity.SysUser true "用户数据"
// @Param data body entity.SysUser true "用户数据"g
// @Success 200 {string} string "{"code": 200, "message": "添加成功"}"
// @Success 200 {string} string "{"code": 400, "message": "添加失败"}"
// @Router /system/user/sysUser [put]