bug修复 #1

Merged
wsy182 merged 22 commits from dev into master 2024-05-11 17:06:50 +08:00
Showing only changes of commit c18e126dfd - Show all commits

View File

@@ -25,7 +25,7 @@ public class WeChatMsgForwarderController {
@PostMapping("/wechat")
public ServerResponseEntity receiveMsg(@RequestHeader("accessToken") String accessToken,
@RequestBody @Valid WeChatMsg weChatMsg){
logger.info("CallInfoO: {}",weChatMsg.toString());
logger.info("weChatMsg: {}",weChatMsg.toString());
if(accessToken == null){
logger.warn("Access token is missing or empty");
return ServerResponseEntity.fail("accessToken cannot be empty.");