mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
🆕 #2588 【小程序】代码管理增加查询小程序版本信息的接口
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user