| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
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:
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 |
Sorry, something went wrong.
…n/customservice/WxMaCustomserviceResult.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…/WxMaCustomserviceWorkService.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…n/customservice/WxMaCustomserviceResult.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…n/customservice/WxMaCustomserviceResult.java Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
| Back | FazBrowse Home | New Git URL |
测试了单独小程序客服的查询增加删除功能,未测试第三方调用的