tuonina преди 5 години
родител
ревизия
8660053e71
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      tuon-qywx/src/main/kotlin/cn/tonyandmoney/tuon/qywx/controller/QywxController.kt

+ 1 - 0
tuon-qywx/src/main/kotlin/cn/tonyandmoney/tuon/qywx/controller/QywxController.kt

@@ -107,6 +107,7 @@ class QywxController {
                         @RequestParam("nonce") nonce: String,
                         @RequestParam("echostr") echostr: String): Mono<String> {
         return Mono.create {
+            logger.info(msgMarker,"signature:{},timestamp:{},nonce:{},echostr:{}")
             val utils = WXBizMsgCrypt(properties.token, properties.encodingAESKey, properties.corpid)
             it.success(utils.VerifyURL(signature, timestamp, nonce, echostr))
         }