添加推送日志

master
bynt 9 months ago
parent 7e901844a8
commit 494f8c25b5

@ -25,7 +25,7 @@ public class TripartiteController {
*/
@PostMapping("/push/clue/{appKey}")
public R<String> pushClue(@PathVariable("appKey") String appKey, @RequestBody PushClueDTO dto) {
// PushClueDTO dto = JSONUtil.toBean(body, PushClueDTO.class);
log.info("=============== the push appKey {},body {} ==============", appKey, JSONUtil.toJsonStr(dto));
return Boolean.TRUE.equals(tripartiteService.callbackByAppKeyAndNid
(appKey, dto)) ? R.ok("success") : R.failed("message callback failed");
}

Loading…
Cancel
Save