public static enum WxMpApiUrl.Other extends Enum<WxMpApiUrl.Other> implements WxMpApiUrl
WxMpApiUrl.AiOpen, WxMpApiUrl.Card, WxMpApiUrl.Comment, WxMpApiUrl.DataCube, WxMpApiUrl.Device, WxMpApiUrl.Guide, WxMpApiUrl.ImgProc, WxMpApiUrl.Invoice, WxMpApiUrl.Kefu, WxMpApiUrl.Marketing, WxMpApiUrl.MassMessage, WxMpApiUrl.Material, WxMpApiUrl.MemberCard, WxMpApiUrl.Menu, WxMpApiUrl.OAuth2, WxMpApiUrl.Ocr, WxMpApiUrl.Other, WxMpApiUrl.Qrcode, WxMpApiUrl.ShakeAround, WxMpApiUrl.Store, WxMpApiUrl.SubscribeMsg, WxMpApiUrl.TemplateMsg, WxMpApiUrl.User, WxMpApiUrl.UserBlacklist, WxMpApiUrl.UserTag, WxMpApiUrl.Wifi
枚举常量和说明 |
---|
CLEAR_QUOTA_URL
公众号调用或第三方平台帮公众号调用对公众号的所有api调用(包括第三方帮其调用)次数进行清零.
|
GET_ACCESS_TOKEN_URL
获取access_token.
|
GET_CALLBACK_IP_URL
获取微信服务器IP地址.
|
GET_CURRENT_AUTOREPLY_INFO_URL
获取公众号的自动回复规则.
|
GET_TICKET_URL
获得各种类型的ticket.
|
NETCHECK_URL
网络检测.
|
QRCONNECT_URL
第三方使用网站应用授权登录的url.
|
SEMANTIC_SEMPROXY_SEARCH_URL
语义查询接口.
|
SHORTURL_API_URL
长链接转短链接接口.
|
限定符和类型 | 方法和说明 |
---|---|
static WxMpApiUrl.Other |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static WxMpApiUrl.Other[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getPath, getPrefix, getUrl
public static final WxMpApiUrl.Other GET_ACCESS_TOKEN_URL
public static final WxMpApiUrl.Other GET_TICKET_URL
public static final WxMpApiUrl.Other SHORTURL_API_URL
public static final WxMpApiUrl.Other SEMANTIC_SEMPROXY_SEARCH_URL
public static final WxMpApiUrl.Other GET_CALLBACK_IP_URL
public static final WxMpApiUrl.Other NETCHECK_URL
public static final WxMpApiUrl.Other QRCONNECT_URL
public static final WxMpApiUrl.Other GET_CURRENT_AUTOREPLY_INFO_URL
public static final WxMpApiUrl.Other CLEAR_QUOTA_URL
public static WxMpApiUrl.Other[] values()
for (WxMpApiUrl.Other c : WxMpApiUrl.Other.values()) System.out.println(c);
public static WxMpApiUrl.Other valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值Copyright © 2021. All rights reserved.