version:1.8
fix:应用使用记录 add:
This commit is contained in:
@@ -3,7 +3,7 @@ package com.aoleyun.os.network;
|
||||
public class URLPath {
|
||||
public static final String ROOT_URL = "https://led.aoleyun.cn/api/";
|
||||
public static final String APP_LOG = "app/addAppLog";
|
||||
public static final String RUN_NEW_APP = "app/runNewApp";
|
||||
public static final String RUN_NEW_APP = "And/runNewApp";
|
||||
//更新
|
||||
public final static String GET_NEWESTAPPUPDATE = "Silent/silent";
|
||||
//是否有应用密码锁
|
||||
@@ -14,7 +14,10 @@ public class URLPath {
|
||||
public final static String GET_APP_PASSWD = "And/getApplicationLock";
|
||||
//获取设备标签
|
||||
public static final String GET_DEVICES_TAGS = "Sn/getSnTag";
|
||||
|
||||
//发送app使用时长
|
||||
public static final String SEND_APP_RECORD = "And/appUsageRecord";
|
||||
//上传截图
|
||||
public static final String SEND_SCREENSHOT = "Screenshot/addImg";
|
||||
|
||||
//删除alias
|
||||
public static final String DELETE_JPUSH_ALIAS = "https://device.jpush.cn/v3/aliases/";
|
||||
|
||||
Reference in New Issue
Block a user