更新时间:2023-12-18 GMT+08:00
返回结果
响应消息头
对应请求消息头,响应同样也有消息头,如“Content-type”。例如表1所示。
响应消息体
响应消息体通常以结构化格式返回,与响应消息头中Content-type对应,传递除响应消息头之外的内容。
当接口调用出错时,会返回错误码及错误信息说明,错误响应的Body体格式如下所示。
{ "error_code": "AIS.0103", "error_msg": "The image size does not meet the requirements." }
其中,error_code表示错误码,error_msg表示错误描述信息。