|
@@ -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,
|