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

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