httpdns 2

This commit is contained in:
wangcongtao
2020-11-18 15:12:24 +08:00
parent ac6c217507
commit 9c0d4a0181
28 changed files with 351 additions and 21 deletions

View File

@@ -0,0 +1,13 @@
package com.mogo.httpdns;
public
/**
* @author congtaowang
* @since 2020/11/18
*
* 描述
*/
class HttpDnsConst {
public static final String PATH = "/httpdns/api";
}