... | ... | @@ -55,6 +55,15 @@ |
|
|
}
|
|
|
|
|
|
```
|
|
|
message 值目前包含:
|
|
|
|
|
|
* successful :成功
|
|
|
* write error : 写入图片文件错误
|
|
|
* status_code error: {status} : http状态码错误
|
|
|
* request error : 请求错误
|
|
|
* url unidentified :图片url解析错误
|
|
|
* parame error : 参数错误
|
|
|
* decode error : 图片内容解码错误
|
|
|
|
|
|
> 目前计划返回结果储存为 json 文件(可结合文件下载服务);
|
|
|
>
|
... | ... | |