|
|
|
@ -74,4 +74,14 @@ public class TestController extends BaseController |
|
|
|
logger.info("落笔留痕请求:"+JSONObject.toJSONString(json)); |
|
|
|
return AjaxResult.success(); |
|
|
|
} |
|
|
|
|
|
|
|
/** |
|
|
|
* 查询落笔留痕 |
|
|
|
*/ |
|
|
|
@PostMapping("/testLblhHistory") |
|
|
|
public AjaxResult testLblhHistory(@RequestBody JSONObject json) |
|
|
|
{ |
|
|
|
logger.info("落笔留痕历史请求:"+JSONObject.toJSONString(json)); |
|
|
|
return AjaxResult.success(); |
|
|
|
} |
|
|
|
} |