🆕 #1723 企业微信增加查询应用消息发送统计的接口

This commit is contained in:
Binary Wang
2020-09-13 09:51:40 +08:00
parent 91d484f730
commit 37a009c790
6 changed files with 131 additions and 28 deletions

View File

@@ -36,6 +36,11 @@ public final class WxCpApiPathConsts {
*/
public static final String MESSAGE_SEND = "/cgi-bin/message/send";
/**
* 查询应用消息发送统计
*/
public static final String GET_STATISTICS = "/cgi-bin/message/get_statistics";
/**
* 互联企业发送应用消息
*/