mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2451 【小程序】增加设备订阅消息相关接口
This commit is contained in:
@@ -396,4 +396,18 @@ public class WxMaApiUrlConstants {
|
||||
public interface Internet{
|
||||
String GET_USER_ENCRYPT_KEY = "https://api.weixin.qq.com/wxa/business/getuserencryptkey";
|
||||
}
|
||||
|
||||
/**
|
||||
* 设备订阅消息
|
||||
*/
|
||||
public interface DeviceSubscribe {
|
||||
/**
|
||||
* 获取设备票据
|
||||
*/
|
||||
String GET_SN_TICKET_URL = "https://api.weixin.qq.com/wxa/getsnticket";
|
||||
/**
|
||||
* 发送设备订阅消息
|
||||
*/
|
||||
String SEND_DEVICE_SUBSCRIBE_MSG_URL = "https://api.weixin.qq.com/cgi-bin/message/device/subscribe/send";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user