diff --git a/src/controllers/workflow.controller.ts b/src/controllers/workflow.controller.ts index 3dc0aa2..27265cf 100644 --- a/src/controllers/workflow.controller.ts +++ b/src/controllers/workflow.controller.ts @@ -28,8 +28,8 @@ class WorkFlowController extends BaseController { @role('anon') @router('post /workflow/notify') async flowNotify(req, res) { - let { msg_signature, timestamp, nonce, Encrypt } = req.params - console.log(Encrypt) + let { msg_signature, timestamp, nonce, xml, Encrypt } = req.params + console.log(xml) const signature = getSignature(TOKEN, timestamp, nonce, Encrypt) if (msg_signature !== signature) { throw new ZError(10, 'sign check failed')