We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
现在上传后返回的响应没有包含图片 id 导致调用删除 api 时只能先 listImage,然后通过 url 匹配拿到 id,再进行删除
希望调用上传接口,返回图片 id 或者增加根据 url 删除的 delete api
The text was updated successfully, but these errors were encountered:
开发版本已实现上传接口返回 ID,尚未发布,下个版本生效,暂时可以替换该文件来解决: https://github.com/wisp-x/lsky-pro/blob/dev/application/common/controller/Upload.php commit:b23fc23
Sorry, something went wrong.
1bbd06c
No branches or pull requests
现在上传后返回的响应没有包含图片 id
导致调用删除 api 时只能先 listImage,然后通过 url 匹配拿到 id,再进行删除
希望调用上传接口,返回图片 id
或者增加根据 url 删除的 delete api
The text was updated successfully, but these errors were encountered: