| 程序包 | 说明 |
|---|---|
| com.github.binarywang.wxpay.bean.media | |
| com.github.binarywang.wxpay.service | |
| com.github.binarywang.wxpay.service.impl |
| 限定符和类型 | 方法和说明 |
|---|---|
static MarketingImageUploadResult |
MarketingImageUploadResult.fromJson(String json) |
| 限定符和类型 | 方法和说明 |
|---|---|
MarketingImageUploadResult |
MarketingMediaService.imageUploadV3(File imageFile)
营销专用接口-图片上传API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter9_0_1.shtml
接口链接:https://api.mch.weixin.qq.com/v3/marketing/favor/media/image-upload
|
MarketingImageUploadResult |
MarketingMediaService.imageUploadV3(InputStream inputStream,
String fileName)
营销专用接口-图片上传API
文档详见: https://pay.weixin.qq.com/wiki/doc/apiv3/apis/chapter9_0_1.shtml
接口链接:https://api.mch.weixin.qq.com/v3/marketing/favor/media/image-upload
|
| 限定符和类型 | 方法和说明 |
|---|---|
MarketingImageUploadResult |
MarketingMediaServiceImpl.imageUploadV3(File imageFile) |
MarketingImageUploadResult |
MarketingMediaServiceImpl.imageUploadV3(InputStream inputStream,
String fileName) |
Copyright © 2024. All rights reserved.