|
|
@ -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)); |
|
|
|