Commit 79c84199 authored by 唐峰's avatar 唐峰

Merge branch 'master' into feature-migration-20230628

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