1.接口鉴权
使用smartassistant接口,需将用户凭证smart-assistant-token,放在http请求的header中。格式如下:
"smart-assistant-token":"xxx"
2.返回标准数据结构
smartassistant接口均返回JSON格式数据,格式如下:
{
"status":0, // 状态码
"reason":"", // 状态码描述
"data":{} // 所有业务数据返回都包含在data对象中
}
3.错误码列表
附录:错误码列表