Browse Source

fix: [落笔留痕] 日志记录改为post

master
memorylkf 6 days ago
parent
commit
4a3ed57ad9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/TestController.java

+ 1
- 1
hxhq-modules/hxhq-system/src/main/java/com/hxhq/business/controller/TestController.java View File

@ -68,7 +68,7 @@ public class TestController extends BaseController
/** /**
* 查询落笔留痕 * 查询落笔留痕
*/ */
@GetMapping("/testLblh")
@PostMapping("/testLblh")
public AjaxResult testLblh(@RequestBody JSONObject json) public AjaxResult testLblh(@RequestBody JSONObject json)
{ {
logger.info("落笔留痕请求:"+JSONObject.toJSONString(json)); logger.info("落笔留痕请求:"+JSONObject.toJSONString(json));

Loading…
Cancel
Save