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:
@@ -110,6 +110,10 @@ public interface WxMpApiUrl {
|
||||
* 获取微信服务器IP地址.
|
||||
*/
|
||||
GET_CALLBACK_IP_URL(API_DEFAULT_HOST_URL, "/cgi-bin/getcallbackip"),
|
||||
/**
|
||||
* 网络检测.
|
||||
*/
|
||||
NETCHECK_URL(API_DEFAULT_HOST_URL, "/cgi-bin/callback/check"),
|
||||
/**
|
||||
* 第三方使用网站应用授权登录的url.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user