跳到主要内容

code说明

正常返回

{
"request_id": "xxx",
"code": "200",
"data": {
"file_url": "https://static.easyyun.com/static/example/out/merge_one_page_two_pages.pdf"
},
"code_msg": "请求成功"
}

异常返回

{
"request_id": "xxx",
"code": "2001",
"code_msg": "请求超时"
}
code类型描述
200String请求成功
404String找不到请求
500String未知或异常错误
2001String请求超时
2002StringAPI权限无足
2003StringAPI次数已调完
2004StringAPI参数非法
2005Stringapp_key错误
2006Stringtoken过期
2007String当前任务还未执行完,请稍后获取
3001String文件超过大小
3002String文件格式不符合
3003String文件已损坏或加密
9999String未知或其他错误