| 程序包 | 说明 |
|---|---|
| xiongwei.jiang.constant | |
| xiongwei.jiang.service | |
| xiongwei.jiang.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
static AppMsgToType |
AppMsgToType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static AppMsgToType[] |
AppMsgToType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
AppMsgResponseDTO |
WXWorkService.sendAppTextMsg(Integer appIndex,
AppMsgToType toType,
List<String> toIdList,
String content)
发送应用文本消息
|
AppMsgResponseDTO |
WXWorkService.sendAppTextMsg(Integer appIndex,
AppMsgToType toType,
String toId,
String content)
发送应用文本消息
|
| 限定符和类型 | 方法和说明 |
|---|---|
AppMsgResponseDTO |
WXWorkServiceImpl.sendAppTextMsg(Integer appIndex,
AppMsgToType toType,
List<String> toIdList,
String content) |
AppMsgResponseDTO |
WXWorkServiceImpl.sendAppTextMsg(Integer appIndex,
AppMsgToType toType,
String toId,
String content) |
Copyright © 2021. All rights reserved.