public interface WxMaShopImgService
限定符和类型 | 方法和说明 |
---|---|
WxMinishopImageUploadCustomizeResult |
uploadImg(File file)
上传图片
|
WxMinishopImageUploadCustomizeResult |
uploadImg(File file,
String respType)
上传图片,带respType参数
|
WxMinishopImageUploadCustomizeResult |
uploadImg(String imgUrl,
String respType)
上传图片链接,带respType参数
|
WxMinishopImageUploadCustomizeResult uploadImg(File file) throws WxErrorException
file
- WxErrorException
WxMinishopImageUploadCustomizeResult uploadImg(File file, String respType) throws WxErrorException
file
- respType
- WxErrorException
WxMinishopImageUploadCustomizeResult uploadImg(String imgUrl, String respType) throws WxErrorException
imgUrl
- respType
- WxErrorException
Copyright © 2024. All rights reserved.