You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
324 B
Java
15 lines
324 B
Java
|
3 years ago
|
package com.rehome.zhdcoa;
|
||
|
|
|
||
|
|
/**
|
||
|
|
* author : Android 轮子哥
|
||
|
|
* github : https://github.com/getActivity/EasyHttp
|
||
|
|
* time : 2019/05/19
|
||
|
|
* desc : 测试环境
|
||
|
|
*/
|
||
|
|
public class TestServer extends ReleaseServer {
|
||
|
|
|
||
|
|
@Override
|
||
|
|
public String getHost() {
|
||
|
|
return "https://www.wanandroid.com/";
|
||
|
|
}
|
||
|
|
}
|