请求方法改为post

This commit is contained in:
zhonghua1
2025-12-27 16:39:00 +08:00
parent 45b8af80d8
commit c3b2a2c433
12 changed files with 48 additions and 38 deletions

View File

@@ -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 = "服务结束";
/**
* 私有构造函数,防止实例化
*/