|
@@ -6,12 +6,12 @@ import android.support.annotation.Nullable;
|
|
|
import android.text.TextUtils;
|
|
import android.text.TextUtils;
|
|
|
|
|
|
|
|
import com.alibaba.fastjson.JSONObject;
|
|
import com.alibaba.fastjson.JSONObject;
|
|
|
-import com.sheep.gamegroup.util.MainTab;
|
|
|
|
|
import com.kfzs.duanduan.utils.NumberFormatUtils;
|
|
import com.kfzs.duanduan.utils.NumberFormatUtils;
|
|
|
import com.sheep.gamegroup.model.entity.JPushMessage;
|
|
import com.sheep.gamegroup.model.entity.JPushMessage;
|
|
|
import com.sheep.gamegroup.util.Jump2View;
|
|
import com.sheep.gamegroup.util.Jump2View;
|
|
|
-import com.sheep.gamegroup.util.TestUtil;
|
|
|
|
|
|
|
+import com.sheep.gamegroup.util.MainTab;
|
|
|
import com.sheep.jiuyan.samllsheep.BuildConfig;
|
|
import com.sheep.jiuyan.samllsheep.BuildConfig;
|
|
|
|
|
+import com.sheep.jiuyan.samllsheep.service.DownloadService;
|
|
|
import com.sheep.jiuyan.samllsheep.utils.G;
|
|
import com.sheep.jiuyan.samllsheep.utils.G;
|
|
|
|
|
|
|
|
import java.util.Locale;
|
|
import java.util.Locale;
|
|
@@ -162,7 +162,7 @@ public class MiddleAct extends Activity {
|
|
|
break;
|
|
break;
|
|
|
case 3://下载: url 下载链接
|
|
case 3://下载: url 下载链接
|
|
|
if (msg.getUrl().startsWith("http"))
|
|
if (msg.getUrl().startsWith("http"))
|
|
|
- TestUtil.webDownload(activity, msg.getUrl());
|
|
|
|
|
|
|
+ DownloadService.webDownload(activity, msg.getUrl());
|
|
|
break;
|
|
break;
|
|
|
case 9://打卡赚钱
|
|
case 9://打卡赚钱
|
|
|
Jump2View.getInstance().goSignCardAct(activity, null);
|
|
Jump2View.getInstance().goSignCardAct(activity, null);
|