| 程序包 | 说明 |
|---|---|
| xiongwei.jiang.service | |
| xiongwei.jiang.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
AppMsgResponseDTO |
WXWorkService.sendAppTextMsgToDepartment(Integer appIndex,
List<String> departmentIdList,
String content)
发送应用文本消息
|
AppMsgResponseDTO |
WXWorkService.sendAppTextMsgToDepartment(Integer appIndex,
String departmentId,
String content)
发送应用文本消息
|
AppMsgResponseDTO |
WXWorkService.sendAppTextMsgToTag(Integer appIndex,
List<String> tagIdList,
String content)
发送应用文本消息
|
AppMsgResponseDTO |
WXWorkService.sendAppTextMsgToTag(Integer appIndex,
String tagId,
String content)
发送应用文本消息
|
AppMsgResponseDTO |
WXWorkService.sendAppTextMsgToUser(Integer appIndex,
List<String> userIdList,
String content)
发送应用文本消息
|
AppMsgResponseDTO |
WXWorkService.sendAppTextMsgToUser(Integer appIndex,
String userId,
String content)
发送应用文本消息
|
| 限定符和类型 | 方法和说明 |
|---|---|
AppMsgResponseDTO |
WXWorkServiceImpl.sendAppTextMsgToDepartment(Integer appIndex,
List<String> departmentIdList,
String content) |
AppMsgResponseDTO |
WXWorkServiceImpl.sendAppTextMsgToDepartment(Integer appIndex,
String departmentId,
String content) |
AppMsgResponseDTO |
WXWorkServiceImpl.sendAppTextMsgToTag(Integer appIndex,
List<String> tagIdList,
String content) |
AppMsgResponseDTO |
WXWorkServiceImpl.sendAppTextMsgToTag(Integer appIndex,
String tagId,
String content) |
AppMsgResponseDTO |
WXWorkServiceImpl.sendAppTextMsgToUser(Integer appIndex,
List<String> userIdList,
String content) |
AppMsgResponseDTO |
WXWorkServiceImpl.sendAppTextMsgToUser(Integer appIndex,
String userId,
String content) |
Copyright © 2021. All rights reserved.