“接口流程”的版本间的差异
来自uucall
第6行: | 第6行: | ||
Example.jpg | Example.jpg | ||
</gallery> | </gallery> | ||
+ | |||
+ | 接口请求返回值描述: | ||
+ | {| class="wikitable" | ||
+ | |- | ||
+ | ! HTTP Code !! 描述 !! 数据类型 | ||
+ | |- | ||
+ | | 429 || Error 429 || No Content | ||
+ | |- | ||
+ | | 405 || Error 405 || No Content | ||
+ | |- | ||
+ | | 200 || Success || 结果数据 | ||
+ | |- | ||
+ | | 401 || Error 401 || No Content | ||
+ | |- | ||
+ | | 403 || Error 403 || No Content | ||
+ | |- | ||
+ | | 500 || Error 500 || No Content | ||
+ | |- | ||
+ | | 424 || Error 424 || No Content | ||
+ | |} |
2016年3月28日 (一) 10:17的版本
域名地址
接口URL中的InterfaceServerIp:port地址,是登录座席前台或管理员后台在浏览器地址栏看到的域名地址,如图标注部分
- Example.jpg
接口请求返回值描述:
HTTP Code | 描述 | 数据类型 |
---|---|---|
429 | Error 429 | No Content |
405 | Error 405 | No Content |
200 | Success | 结果数据 |
401 | Error 401 | No Content |
403 | Error 403 | No Content |
500 | Error 500 | No Content |
424 | Error 424 | No Content |