httpdns 缓存策略,特殊接口获取 httpdns 服务

This commit is contained in:
wangcongtao
2020-11-20 09:53:08 +08:00
parent 65a380cd42
commit 5fa8644bb3
15 changed files with 392 additions and 53 deletions

View File

@@ -1,5 +1,7 @@
package com.mogo.httpdns;
import androidx.annotation.Keep;
public
/**
* @author congtaowang
@@ -7,7 +9,9 @@ public
*
* 描述
*/
@Keep
class HttpDnsConst {
@Keep
public static final String PATH = "/httpdns/api";
}