Skip to content

Conversation

@tryking123
Copy link
Contributor

测试了单独小程序客服的查询增加删除功能,未测试第三方调用的

@binarywang binarywang added this to the 4.7.8 milestone Aug 27, 2025
@binarywang binarywang requested a review from Copilot August 27, 2025 11:35
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

binarywang and others added 4 commits August 31, 2025 21:41
…n/customservice/WxMaCustomserviceResult.java

Co-authored-by: Copilot <[email protected]>
…/WxMaCustomserviceWorkService.java

Co-authored-by: Copilot <[email protected]>
…n/customservice/WxMaCustomserviceResult.java

Co-authored-by: Copilot <[email protected]>
…n/customservice/WxMaCustomserviceResult.java

Co-authored-by: Copilot <[email protected]>
@binarywang binarywang merged commit 7817983 into binarywang:develop Aug 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants