From 993065fdb454f775f8d5b301f8ef4f2345d96e9f Mon Sep 17 00:00:00 2001 From: Li Haoyu Date: Thu, 26 Mar 2020 18:05:12 +0800 Subject: [PATCH] 接口文档维护; --- Linux服务器监听运维功能.md | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+), 0 deletions(-) diff --git a/Linux服务器监听运维功能.md b/Linux服务器监听运维功能.md index 22f9c45..eb7dfb8 100644 --- a/Linux服务器监听运维功能.md +++ b/Linux服务器监听运维功能.md @@ -388,6 +388,47 @@ } ``` +### 1.5.7 获取引擎返回结果对应信息表 + +| 调用方式 | 接口地址 | +| ------------ | :----------------------------------------------- | +| POST | http://ip:port/background/findVehicleResultContent | +| Content-Type | application/json;charset=UTF-8 | + + +| 返回结果 | | | | +| ------------- | ---------- | ------- | ------------------------------------------------------------ | +| 参数项 | 名称 | 类型 | 描述 | +| code | 响应码 | int | 200为操作成功,其他code表示失败 | +| message | 提示信息 | string | 200为操作成功, 其他为对应错误信息 | +| data | 返回信息 | | | +| +(对照表类型) | 对照表类型 | string | 对照表类型(info:分析结果表,numberType:号牌种类,vehicleType:车辆类型,color:车身颜色代码表,brand:车辆品牌代码表,status:接口状态码) | +| ++id | 主键 | integer | 主键 | +| ++code | 参数项 | string | 参数项 | +| ++itemName | 名称 | string | 名称 | +| ++itemType | 数据类型 | string | 数据类型 | +| ++description | 备注 | string | 备注 | + +``` +响应示例 +{ + "code": 200, + "message": "操作成功", + "data": { + "numberType": [ + { + "id": 156, + "code": "01", + "itemName": "大型汽车", + "itemType": null, + "description": "黄底黑字", + "contentTable": "numberType" + },... + ],... + } +} +``` + ## 1.6 查询配置好的服务运行情况 | 调用方式 | 接口地址 | -- libgit2 0.21.4