@Lazy
@DependsOn(value={"weiXinProperties","weiXinTokenManager","webClientUtils"})
@Component
public class SyncPushCustomer
extends Object
| 构造器和说明 |
|---|
SyncPushCustomer() |
| 限定符和类型 | 方法和说明 |
|---|---|
WeiXinResponse |
pushCustomer(CustomerMessageDTO messageDTO,
String token)
推送一个客服信息
|
List<WeiXinResponse> |
pushCustomer(List<CustomerMessageDTO> messageList,
String token)
批量推送
|
public WeiXinResponse pushCustomer(CustomerMessageDTO messageDTO, String token)
messageDTO - 客服信息token - 微信tokenpublic List<WeiXinResponse> pushCustomer(List<CustomerMessageDTO> messageList, String token)
messageList - 多个客服信息token - 发送的tokenCopyright © 2021. All rights reserved.