public static enum WxMpApiUrl.Other extends Enum<WxMpApiUrl.Other> implements WxMpApiUrl
WxMpApiUrl.AiOpen, WxMpApiUrl.Card, WxMpApiUrl.Comment, WxMpApiUrl.DataCube, WxMpApiUrl.Device, WxMpApiUrl.Draft, WxMpApiUrl.FreePublish, 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调用(包括第三方帮其调用)次数进行清零. | 
| FETCH_SHORTEN_URL短key解析(解析短key的url) | 
| GEN_SHORTEN_URL短key托管(生成短key的url) | 
| GET_ACCESS_TOKEN_URL获取access_token. | 
| GET_CALLBACK_IP_URL获取微信服务器IP地址. | 
| GET_CURRENT_AUTOREPLY_INFO_URL获取公众号的自动回复规则. | 
| GET_STABLE_ACCESS_TOKEN_URL获取稳定版 access_token. | 
| 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, valueOfgetPath, getPrefix, getUrlpublic static final WxMpApiUrl.Other GET_ACCESS_TOKEN_URL
public static final WxMpApiUrl.Other GET_STABLE_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 final WxMpApiUrl.Other GEN_SHORTEN_URL
public static final WxMpApiUrl.Other FETCH_SHORTEN_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 © 2024. All rights reserved.