mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #1723 企业微信增加查询应用消息发送统计的接口
This commit is contained in:
@@ -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";
|
||||
|
||||
/**
|
||||
* 互联企业发送应用消息
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user