|
@@ -126,7 +126,7 @@ public class StreamProxyUtil {
|
|
|
* @return com.fdkankan.mvp.bean.ResultData
|
|
|
**/
|
|
|
public static ResultData listStreamProxy(int page, int count, Boolean online){
|
|
|
- String url = wvpServerInfo.getAddress() + ApiConstant.DEL_STREAM_PROXY;
|
|
|
+ String url = wvpServerInfo.getAddress() + ApiConstant.LIST_STREAM_PROXY;
|
|
|
Map<String, Object> params = new HashMap<>();
|
|
|
params.put("page", page);
|
|
|
params.put("count", count);
|