🆕 #2306【微信小程序】增加小程序Short Link生成的接口

This commit is contained in:
linlinjava
2021-09-10 11:38:35 +08:00
committed by GitHub
parent 3c267bbe61
commit ea31b7bfbe
7 changed files with 134 additions and 0 deletions

View File

@@ -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";