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.
|
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/";
|
|
}
|
|
} |