update:2020.02.02

fix:修复在没有网络情况下 暂无信息 显示的bug
add:增加了灰度测试的接口和推送
This commit is contained in:
2021-02-02 18:55:02 +08:00
parent c87b898829
commit 826329e393
7 changed files with 155 additions and 31 deletions

View File

@@ -219,4 +219,7 @@ public class Configure {
//获取时间管控
public final static String GET_TOP_APP_CONTROL = HTTP_TAG_HEAD_NEW + "Sn/getSnAppControl";
//获取时间管控
public final static String GET_SN_APP_TEST = HTTP_TAG_HEAD_NEW + "Sn/getSnAppTest";
//获取时间管控
}