mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2306【微信小程序】增加小程序Short Link生成的接口
This commit is contained in:
@@ -226,6 +226,10 @@ public class WxMaApiUrlConstants {
|
||||
String GENERATE_URLLINK_URL = "https://api.weixin.qq.com/wxa/generate_urllink";
|
||||
}
|
||||
|
||||
public interface ShortLink {
|
||||
String GENERATE_SHORT_LINK_URL = "https://api.weixin.qq.com/wxa/genwxashortlink";
|
||||
}
|
||||
|
||||
public interface SecCheck {
|
||||
String IMG_SEC_CHECK_URL = "https://api.weixin.qq.com/wxa/img_sec_check";
|
||||
String MSG_SEC_CHECK_URL = "https://api.weixin.qq.com/wxa/msg_sec_check";
|
||||
|
||||
Reference in New Issue
Block a user