程序包 | 说明 |
---|---|
com.github.binarywang.wxpay.bean.media | |
com.github.binarywang.wxpay.service | |
com.github.binarywang.wxpay.service.impl |
限定符和类型 | 方法和说明 |
---|---|
static ImageUploadResult |
ImageUploadResult.fromJson(String json) |
限定符和类型 | 方法和说明 |
---|---|
ImageUploadResult |
MerchantMediaService.imageUploadV3(File imageFile)
通用接口-图片上传API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/tool/chapter3_1.shtml
接口链接:https://api.mch.weixin.qq.com/v3/merchant/media/upload
|
ImageUploadResult |
MerchantMediaService.imageUploadV3(InputStream inputStream,
String fileName)
通用接口-图片上传API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/wxpay/tool/chapter3_1.shtml
接口链接:https://api.mch.weixin.qq.com/v3/merchant/media/upload
|
ImageUploadResult |
ComplaintService.uploadResponseImage(File imageFile)
商户上传反馈图片API
文档详见: ...
|
ImageUploadResult |
ComplaintService.uploadResponseImage(InputStream inputStream,
String fileName)
商户上传反馈图片API
文档详见: ...
|
限定符和类型 | 方法和说明 |
---|---|
ImageUploadResult |
MerchantMediaServiceImpl.imageUploadV3(File imageFile) |
ImageUploadResult |
MerchantMediaServiceImpl.imageUploadV3(InputStream inputStream,
String fileName) |
ImageUploadResult |
ComplaintServiceImpl.uploadResponseImage(File imageFile) |
ImageUploadResult |
ComplaintServiceImpl.uploadResponseImage(InputStream inputStream,
String fileName) |
Copyright © 2023. All rights reserved.