|
@@ -18,7 +18,7 @@ import org.springframework.web.bind.annotation.*;
|
|
|
@Tag(name = "企微回调接口")
|
|
@Tag(name = "企微回调接口")
|
|
|
@RestController
|
|
@RestController
|
|
|
@RequiredArgsConstructor
|
|
@RequiredArgsConstructor
|
|
|
-@RequestMapping("/assistant/api/open/p/enterprise-wechat/")
|
|
|
|
|
|
|
+@RequestMapping("/api/open/enterprise-wechat/")
|
|
|
public class EnterpriseWechatCallbackController {
|
|
public class EnterpriseWechatCallbackController {
|
|
|
private final EnterpriseWechatValidator enterpriseWechatValidator;
|
|
private final EnterpriseWechatValidator enterpriseWechatValidator;
|
|
|
private final EnterpriseWechatCallbackService enterpriseWechatCallbackService;
|
|
private final EnterpriseWechatCallbackService enterpriseWechatCallbackService;
|