|
@@ -70,9 +70,9 @@ class QywxController {
|
|
}
|
|
}
|
|
|
|
|
|
/**
|
|
/**
|
|
- * 接收消息
|
|
|
|
|
|
+ * 接收消息,返回的数据类型./
|
|
*/
|
|
*/
|
|
- @PostMapping("/config/message")
|
|
|
|
|
|
+ @PostMapping("/config/message", produces = ["application/xml;charset=UTF-8"])
|
|
fun configUserMessage(@RequestParam("msg_signature") signature: String,
|
|
fun configUserMessage(@RequestParam("msg_signature") signature: String,
|
|
@RequestParam("timestamp") timestamp: String,
|
|
@RequestParam("timestamp") timestamp: String,
|
|
@RequestParam("nonce") nonce: String,
|
|
@RequestParam("nonce") nonce: String,
|