mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-11-03 13:51:44 +08:00
🐛 #3692【小程序】【公众号】修复图片智能裁剪接口请求类型错误的问题
Co-authored-by: dengfeng <dengfeng@huaxincem.com>
This commit is contained in:
@ -82,7 +82,7 @@ public class WxMaImgProcServiceImpl implements WxImgProcService {
|
||||
ratios = "";
|
||||
}
|
||||
|
||||
final String result = this.service.get(String.format(AI_CROP, imgUrl, ratios), null);
|
||||
final String result = this.service.post(String.format(AI_CROP, imgUrl, ratios), "");
|
||||
return WxImgProcAiCropResult.fromJson(result);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user