httpdns 2
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
package com.mogo.httpdns;
|
||||
|
||||
public
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2020/11/18
|
||||
*
|
||||
* 描述
|
||||
*/
|
||||
class HttpDnsConst {
|
||||
|
||||
public static final String PATH = "/httpdns/api";
|
||||
}
|
||||
@@ -0,0 +1,16 @@
|
||||
package com.mogo.httpdns;
|
||||
|
||||
import com.alibaba.android.arouter.facade.template.IProvider;
|
||||
import com.mogo.utils.network.HttpDns;
|
||||
|
||||
public
|
||||
/**
|
||||
* @author congtaowang
|
||||
* @since 2020/11/18
|
||||
*
|
||||
* http 请求做http dns转换
|
||||
*/
|
||||
interface IMogoHttpDns extends IProvider {
|
||||
|
||||
HttpDns dns();
|
||||
}
|
||||
Reference in New Issue
Block a user