-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Description
[2025-07-24 22:31:48] local.DEBUG: array (
'bucket' => '${bucket}',
'etag' => '${etag}',
'filename' => '${object}',
'size' => '${size}',
'mimeType' => '${mimeType}',
'height' => '${imageInfo.height}',
'width' => '${imageInfo.width}',
'format' => '${imageInfo.format}',
)
官方需要的数据格式
{"callbackUrl":"http://oss-demo.aliyuncs.com:23450/callback",
"callbackBody":"filename=${object}&size=${size}&mimeType=${mimeType}&height=${imageInfo.height}&width=${imageInfo.width}",
"callbackBodyType":"application/x-www-form-urlencoded"}
你使用了http_build_query导致问题
麻烦作者空了修改
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels