Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 9.1k
🐛 【小程序】【公众号】修复了图片智能裁剪接口请求类型错误的问题#3692
Merged
binarywang merged 1 commit intobinarywang:developbinarywang/WxJava:developfrom Sep 4, 2025
dengfengfeng:develop-修复图像智能裁剪airCrop请求类型错误dengfengfeng/WxJava:develop-修复图像智能裁剪airCrop请求类型错误Copy head branch name to clipboard
Hidden character warning
The head ref may contain hidden characters: "develop-\u4fee\u590d\u56fe\u50cf\u667a\u80fd\u88c1\u526aairCrop\u8bf7\u6c42\u7c7b\u578b\u9519\u8bef"
Merged
🐛 【小程序】【公众号】修复了图片智能裁剪接口请求类型错误的问题#3692binarywang merged 1 commit intobinarywang:developbinarywang/WxJava:developfrom dengfengfeng:develop-修复图像智能裁剪airCrop请求类型错误dengfengfeng/WxJava:develop-修复图像智能裁剪airCrop请求类型错误Copy head branch name to clipboard
binarywang merged 1 commit intobinarywang:developbinarywang/WxJava:developfrom
dengfengfeng:develop-修复图像智能裁剪airCrop请求类型错误dengfengfeng/WxJava:develop-修复图像智能裁剪airCrop请求类型错误Copy head branch name to clipboard
Conversation
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
You can’t perform that action at this time.


微信公众号官方文档中请求类型为post
(https://developers.weixin.qq.com/doc/subscription/api/openpoc/image/api_imgaicrop.html)
当前版本代码中的请求类型为get,如下图:
