From 49982f5a1a305c0cc7da04735e1c604b802d2a22 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 15 七月 2021 18:36:09 +0800 Subject: [PATCH] 木瓜接口改为布丸相关的接口 --- MGVideo/src/com/mugua/mgvideo/util/GetRealPathTask.java | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/MGVideo/src/com/mugua/mgvideo/util/GetRealPathTask.java b/MGVideo/src/com/mugua/mgvideo/util/GetRealPathTask.java index 2c7f195..b45dff1 100644 --- a/MGVideo/src/com/mugua/mgvideo/util/GetRealPathTask.java +++ b/MGVideo/src/com/mugua/mgvideo/util/GetRealPathTask.java @@ -26,7 +26,8 @@ import com.loopj.android.http.JsonHttpResponseHandler; import com.loopj.android.http.SyncHttpClient; import com.loopj.android.http.TextHttpResponseHandler; -import com.mugua.mgvideo.BasicTextHttpResponseHandler; +import com.yeshi.base.utils.BeibeiConstant; +import com.yeshi.base.utils.http.BasicTextHttpResponseHandler; import com.mugua.mgvideo.MGVideoAPI; public class GetRealPathTask extends AsyncTask<String, Long, String[]> { -- Gitblit v1.8.0