2025-08-19 tryking 增加小程序企微客服相关3个接口 查/增/删 by tryking123 · Pull Request #3681 · binarywang/WxJava
Pull Request Overview
This PR adds mini-program enterprise WeChat customer service integration with three new API methods: query, bind, and unbind. The implementation follows the WxJava SDK pattern for handling WeChat API interactions.
Key changes:
- Introduces new customer service API interface and implementation
- Adds result bean class for API responses
- Integrates the service into the main WxMaService interface
Reviewed Changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| WxMaCustomserviceResult.java | Result bean for customer service API responses with entity name, corp ID, and bind time |
| WxMaCustomserviceWorkServiceImpl.java | Implementation of customer service operations (get, bind, unbind) |
| BaseWxMaServiceImpl.java | Registers the new customer service in the service registry |
| WxMaService.java | Adds getter method for the customer service |
| WxMaCustomserviceWorkService.java | Interface defining the three customer service API methods |