diff --git a/wx-notices/src/main/java/cn/axzo/msg/center/wx/notices/facade/openapi/CpTpApiController.java b/wx-notices/src/main/java/cn/axzo/msg/center/wx/notices/facade/openapi/CpTpApiController.java index 08bbdac9..601c526f 100644 --- a/wx-notices/src/main/java/cn/axzo/msg/center/wx/notices/facade/openapi/CpTpApiController.java +++ b/wx-notices/src/main/java/cn/axzo/msg/center/wx/notices/facade/openapi/CpTpApiController.java @@ -18,13 +18,12 @@ import org.springframework.web.bind.annotation.*; @RestController @EnableResponseAdvice(enable = false) @RequiredArgsConstructor -@RequestMapping("cp/tp/api/callback") +@RequestMapping("webApi/open/cp/tp/callback") public class CpTpApiController { private final WxCpTpProcessorFactory wxCpProcessorFactory; @GetMapping(produces = "text/plain;charset=utf-8") public String authGet(@PathVariable String corpId, - @PathVariable Integer agentId, @RequestParam(name = "msg_signature", required = false) String signature, @RequestParam(name = "timestamp", required = false) String timestamp, @RequestParam(name = "nonce", required = false) String nonce,