0040-00000357

问题描述

在使用老版本图片服务对图片添加文图混合水印时,设置的order参数无效。

问题原因

order参数取值为0,1外的其他值。

问题示例

GET /example_image@watermark=3&object=cGFuZGEucG5n&text=SGVsbG8g5Zu&order=10&align=1&interval=10 HTTP/1.1
Host: oss-example.oss-cn-hangzhou.aliyuncs.com
Date: Fri, 03 Feb 2023 03:41:49 GMT
Content-Type: application/xml

上述请求串中order=10的参数值10无效,导致该错误。

解决方案

在请求串中按规范使用order参数。

相关文档