🆕 #2588 【小程序】代码管理增加查询小程序版本信息的接口

This commit is contained in:
Leon
2022-04-14 14:32:58 +08:00
committed by GitHub
parent a88619a7dc
commit f3921c7332
5 changed files with 123 additions and 15 deletions

View File

@@ -70,6 +70,7 @@ public class WxMaApiUrlConstants {
String GET_SUPPORT_VERSION_URL = "https://api.weixin.qq.com/cgi-bin/wxopen/getweappsupportversion";
String SET_SUPPORT_VERSION_URL = "https://api.weixin.qq.com/cgi-bin/wxopen/setweappsupportversion";
String UNDO_CODE_AUDIT_URL = "https://api.weixin.qq.com/wxa/undocodeaudit";
String GET_VERSION_INFO_URL = "https://api.weixin.qq.com/wxa/getversioninfo";
}
public interface Express {