Browse Source

添加日志

tuonina 5 years ago
parent
commit
5452f8a255

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

@@ -72,7 +72,7 @@ class QywxController {
     /**
      * 接收消息
      */
-    @PostMapping("/config/message", produces = ["application/xml;charset=UTF-8"], consumes = ["application/xml;charset=UTF-8"])
+    @PostMapping("/config/message")
     fun configUserMessage(@RequestParam("msg_signature") signature: String,
                           @RequestParam("timestamp") timestamp: String,
                           @RequestParam("nonce") nonce: String,

+ 6 - 1
tuon-web/src/main/resources/application.yml

@@ -1,3 +1,6 @@
+debug: true
+
+
 spring:
   datasource:
     password: tuonq520
@@ -16,7 +19,9 @@ qywx:
   corpid: ww8f998c05fc31f118
   corpSecret: 0Tj_MORzl-vuzhNlRSZtotY-Gm2jViwxdJkUXeMtFrU
 
-
+logging:
+  path: ./logs
+  level: info
 
 ---
 spring: