mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2026-03-10 00:13:40 +08:00
#1157 增加网络检测接口
This commit is contained in:
@@ -380,4 +380,19 @@ public class WxConsts {
|
||||
public static final String VIDEO = "video";
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 网络检测入参.
|
||||
*/
|
||||
public static class NetCheckArgs {
|
||||
public static final String ACTIONDNS = "dns";
|
||||
public static final String ACTIONPING = "ping";
|
||||
public static final String ACTIONALL = "all";
|
||||
public static final String OPERATORUNICOM = "UNICOM";
|
||||
public static final String OPERATORCHINANET = "CHINANET";
|
||||
public static final String OPERATORCAP = "CAP";
|
||||
public static final String OPERATORDEFAULT = "DEFAULT";
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user