public static enum WxMpApiUrl.ImgProc extends Enum<WxMpApiUrl.ImgProc> implements WxMpApiUrl
WxMpApiUrl.AiOpen, WxMpApiUrl.Card, WxMpApiUrl.Comment, WxMpApiUrl.DataCube, WxMpApiUrl.Device, WxMpApiUrl.ImgProc, WxMpApiUrl.Invoice, WxMpApiUrl.Kefu, WxMpApiUrl.Marketing, WxMpApiUrl.MassMessage, WxMpApiUrl.Material, WxMpApiUrl.MemberCard, WxMpApiUrl.Menu, WxMpApiUrl.Ocr, WxMpApiUrl.Other, WxMpApiUrl.Qrcode, WxMpApiUrl.ShakeAround, WxMpApiUrl.Store, WxMpApiUrl.SubscribeMsg, WxMpApiUrl.TemplateMsg, WxMpApiUrl.User, WxMpApiUrl.UserBlacklist, WxMpApiUrl.UserTag, WxMpApiUrl.Wifi
枚举常量和说明 |
---|
AI_CROP
图片智能裁剪
|
FILE_AI_CROP
图片智能裁剪(文件)
|
FILE_QRCODE
二维码/条码识别(文件)
|
FILE_SUPER_RESOLUTION
图片高清化(文件)
|
QRCODE
二维码/条码识别
|
SUPER_RESOLUTION
图片高清化
|
限定符和类型 | 方法和说明 |
---|---|
String |
getUrl(WxMpConfigStorage config)
得到api完整地址.
|
static WxMpApiUrl.ImgProc |
valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static WxMpApiUrl.ImgProc[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final WxMpApiUrl.ImgProc QRCODE
public static final WxMpApiUrl.ImgProc FILE_QRCODE
public static final WxMpApiUrl.ImgProc SUPER_RESOLUTION
public static final WxMpApiUrl.ImgProc FILE_SUPER_RESOLUTION
public static final WxMpApiUrl.ImgProc AI_CROP
public static final WxMpApiUrl.ImgProc FILE_AI_CROP
public static WxMpApiUrl.ImgProc[] values()
for (WxMpApiUrl.ImgProc c : WxMpApiUrl.ImgProc.values()) System.out.println(c);
public static WxMpApiUrl.ImgProc valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值public String getUrl(WxMpConfigStorage config)
WxMpApiUrl
getUrl
在接口中 WxMpApiUrl
config
- 微信公众号配置Copyright © 2020. All rights reserved.