收藏
回答

消息与事件接收URL 会传那些参数?怎么触发回调去验证接口会比较快?

消息与事件接收URL接口 一直不回调接口: http://dev-system-api.usopa.com/employee/employee/notify/$APPID$/callback

偶尔看到一次是校验参数失败,

@PostMapping("/notify/{appId}/callback")
public Object callback(@RequestParam("timestamp") String timestamp,
                       @RequestParam("nonce") String nonce,
                       @RequestParam("msg_signature") String msgSignature,
                       @RequestBody String postData) throws DocumentException{....}


回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容