Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
微信小程序新增了用工关系能力,需要支持解绑用工关系和推送用工消息两个服务端API。
实现内容
新增Bean类
WxMaUnbindEmployeeRequest- 解绑请求(openid + corpId)WxMaSendEmployeeMsgRequest- 推送消息请求(openid + corpId + msg)新增服务
WxMaEmployeeRelationService- 用工关系服务接口unbindEmployee()- 解绑用工关系sendEmployeeMsg()- 推送用工消息WxMaEmployeeRelationServiceImpl- 服务实现API集成
WxMaApiUrlConstants.Employee- 新增API URL常量接口WxMaService.getEmployeeRelationService()- 服务获取方法BaseWxMaServiceImpl- 注册服务实例使用示例
参考文档
注:绑定和检查用工关系为小程序端API(
wx.bindEmployeeRelation/wx.checkEmployeeRelation),无需服务端实现。Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.