Commit 621a568b by shenjunjie

Merge branch 'release' into 'master'

Release

See merge request !367
parents 9abe01c0 d9fe2f6c
...@@ -79,7 +79,7 @@ public class ExtraController extends BaseController { ...@@ -79,7 +79,7 @@ public class ExtraController extends BaseController {
@ApiOperation("全网搜-维护记录-调整") @ApiOperation("全网搜-维护记录-调整")
@PutMapping("/maintain/adjust") @PutMapping("/maintain/adjust")
@Auth(role = RoleEnum.ADMIN) @Auth(role = RoleEnum.SUPER_ADMIN)
public ResponseResult adjustRecord(@ApiParam(name = "json:{count:调整数值)") @RequestBody JSONObject json) { public ResponseResult adjustRecord(@ApiParam(name = "json:{count:调整数值)") @RequestBody JSONObject json) {
wholeSearchService.adjustRecord(json.getInteger("count")); wholeSearchService.adjustRecord(json.getInteger("count"));
return ResponseResult.success(); return ResponseResult.success();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment