任务修改。
This commit is contained in:
@@ -161,7 +161,7 @@ public class CommonAppContext extends MultiDexApplication implements Applicatio
|
||||
//设置mqtt环境 false 测试环境 true 正式环境
|
||||
// ExternalResConstants.INSTANCE.setIS_MQTT_RELEASE(false);
|
||||
//设置http环境 false 测试环境 true 正式环境
|
||||
ExternalResConstants.INSTANCE.setIS_HTTP_RELEASE(true);
|
||||
ExternalResConstants.INSTANCE.setIS_HTTP_RELEASE(false);
|
||||
currentEnvironment = ExternalResConstants.INSTANCE.HTTP_PATH();
|
||||
|
||||
initialization();
|
||||
|
||||
@@ -61,7 +61,7 @@ public class GiftBoxBean {
|
||||
|
||||
private int task_type_id;
|
||||
private String task_type_name;
|
||||
|
||||
private int is_lock;//锁:0 不开启锁 1 开启锁
|
||||
@Data
|
||||
public static class DailyTasksBean {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user