果创接口平台演示网站
/
App API
/
西青车联网-网关接口
API Url:http://yesx2.com/api/app.php?s=App.Xiqing2.Api
API Description: 请输入接口功能描述
果创接口平台演示网站 / App API / 西青车联网-网关接口
API Url:http://yesx2.com/api/app.php?s=App.Xiqing2.Api
API Description: 请输入接口功能描述
Parameter Name | Type | Is Required | Default | Note | Description |
access_token | string | Optional | | | 访问令牌,仅当开启签名验证时需要传递,生成令牌可使用App.Auth.ApplyToken接口 |
id | int | Required | 111 | | |
Response Result | Type | Description |
ret | int | status code, 200 is ok, 4xx is bad request, 5xx is server inside error |
data | object/mixed | business data, decided by API implementation |
msg | string | message, usually error message |
{
"ret": 200,
"data": null,
"msg": ""
}
Error Status | Error Description |
400 | ret=400,客户端参数错误或非法请求 |
404 | 表示接口服务不存在 |
406 | ret=406,access_token令牌校验不通过 |
407 | ret=407,app_key权限不足,或未知应用 |
408 | ret=408,当前用户禁止使用,或用户未登录 |
409 | ret=409,接口流量不足 |
410 | ret=410,接口限流 |
500 | 表示服务端内部错误 |
Last generated at: 2025-01-15 12:31:39