public class WxMaEmployeeRelationServiceImpl extends Object implements WxMaEmployeeRelationService
| 构造器和说明 |
|---|
WxMaEmployeeRelationServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
sendEmployeeMsg(WxMaSendEmployeeMsgRequest request)
推送用工消息
企业可以调用该接口向用户推送用工相关消息
文档地址:推送用工消息
|
void |
unbindEmployee(WxMaUnbindEmployeeRequest request)
解绑用工关系
企业可以调用该接口解除和用户的B2C用工关系
文档地址:解绑用工关系
|
public void unbindEmployee(WxMaUnbindEmployeeRequest request) throws WxErrorException
WxMaEmployeeRelationService企业可以调用该接口解除和用户的B2C用工关系
文档地址:解绑用工关系unbindEmployee 在接口中 WxMaEmployeeRelationServicerequest - 解绑请求参数WxErrorException - 调用微信接口失败时抛出public void sendEmployeeMsg(WxMaSendEmployeeMsgRequest request) throws WxErrorException
WxMaEmployeeRelationService企业可以调用该接口向用户推送用工相关消息
文档地址:推送用工消息sendEmployeeMsg 在接口中 WxMaEmployeeRelationServicerequest - 推送消息请求参数WxErrorException - 调用微信接口失败时抛出Copyright © 2026. All rights reserved.