Commit 17f96363 authored by 王亮's avatar 王亮

log AppletParamEntry

parent d2d58e9c
......@@ -47,7 +47,7 @@ public class AppletController {
*/
@PostMapping("/relevance")
public JsonResult relevance(@Validated @RequestBody AppletParamEntry appletParamEntry) {
log.info("/middle_office/applet/relevance:{}",appletParamEntry);
log.info("/middle_office/applet/relevance:{}",JSON.toJSONString(appletParamEntry));
if (!containsAppName(appletParamEntry.getAppName())) {
throw new DataException("appName不合法");
}
......
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