public class WxCpAppChatMessage extends Object implements Serializable
应用推送消息 Created by Binary Wang on 2019/1/26.
| 构造器和说明 |
|---|
WxCpAppChatMessage() |
| 限定符和类型 | 方法和说明 |
|---|---|
static WxCpAppChatMessage |
buildTextMsg(String chatId,
String content,
boolean safe)
构建文本消息.
|
String |
toJson()
生成json字符串.
|
public static WxCpAppChatMessage buildTextMsg(String chatId, String content, boolean safe)
public String toJson()
Copyright © 2019. All rights reserved.