Commit 210be031 by lichaogang

update addTime to testTime

parent 21248a9e
......@@ -7,7 +7,7 @@
## 接口定义
/v1/vision_terminal_latest_version
POST
GET
## Request
......@@ -32,7 +32,7 @@ API请求参数
##### Android
curl -X POST \
curl -X GET \
-H "X-DeviceInformation: 5ebfdbca1a5d4dbd4a6cc8e835276779" \
-H "X-Sign: xxxxxxxx"
......
......@@ -47,10 +47,11 @@ API请求参数
"data": [
{
"vid": 27728,
"dataId":"1DE5CAAA-DB46-419A-8162-EC853DAEA5CF",
"leftEye": "4.3",
"rightEye": "4.4",
"distance": 3,
"addTime": 1556006511,
"testTime": 1556006511,
"createdAt": 1556006511,
}
],
......
......@@ -41,7 +41,7 @@ curl -X GET \
"data": [
{
"vid": 17352,
"dataId": "",
"dataId": "1DE5CAAA-DB46-419A-8162-EC853DAEA5CF",
"leftEye": 4,
"rightEye": 4,
"distance": 0,
......@@ -50,7 +50,7 @@ curl -X GET \
},
{
"vid": 17353,
"dataId": "",
"dataId": "1DE5CAAA-DB46-419A-8162-EC853DAEA5CG",
"leftEye": 4,
"rightEye": 4,
"distance": 0,
......@@ -59,7 +59,7 @@ curl -X GET \
},
{
"vid": 17354,
"dataId": "",
"dataId": "1DE5CAAA-DB46-419A-8162-EC853DAEA5CE",
"leftEye": 4,
"rightEye": 4.4,
"distance": 0,
......@@ -68,7 +68,7 @@ curl -X GET \
},
{
"vid": 17355,
"dataId": "",
"dataId": "1DE5CAAA-DB46-419A-8162-EC853DAEA5CH",
"leftEye": 4,
"rightEye": 4,
"distance": 0,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment