请求方法改为post
This commit is contained in:
@@ -11,18 +11,9 @@ public class AudioManagementConstants {
|
||||
/**
|
||||
* 同步状态 - 服务中(默认值)
|
||||
*/
|
||||
public static final String SYNC_STATUS_IN_SERVICE = "服务中";
|
||||
|
||||
/**
|
||||
* 同步状态 - 未同步
|
||||
*/
|
||||
public static final String SYNC_STATUS_NOT_SYNCED = "未同步";
|
||||
|
||||
/**
|
||||
* 同步状态 - 已同步
|
||||
*/
|
||||
public static final String SYNC_STATUS_SYNCED = "已同步";
|
||||
|
||||
public static final String SERVICE_STATUS_IN_SERVICE = "服务中";
|
||||
public static final String SERVICE_STATUS_SERVICE_FINISH = "服务结束";
|
||||
|
||||
/**
|
||||
* 私有构造函数,防止实例化
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user