Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
aidapidesign
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
document
aidapidesign
Commits
507b53ba
Commit
507b53ba
authored
Sep 16, 2019
by
lichaogang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add isNacked property for vision data
parent
2808cb1e
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
2 deletions
+3
-2
03_upload_vision_data.md
idapidesign/v1/app/03_upload_vision_data.md
+1
-0
04_batch_upload_vision_data.md
idapidesign/v1/app/04_batch_upload_vision_data.md
+1
-1
07_get_class_analysis.md
idapidesign/v1/partner/07_get_class_analysis.md
+1
-1
No files found.
idapidesign/v1/app/03_upload_vision_data.md
View file @
507b53ba
...
...
@@ -25,6 +25,7 @@ API请求参数
leftEye {float} 左眼视力 3.8-5.3
rightEye {float} 右眼视力 3.8-5.3
distance {int} 3米或5米
isNaked {int} 1:裸眼测试 0:带镜测试
testTime {int}
classId {int} 班级ID
...
...
idapidesign/v1/app/04_batch_upload_vision_data.md
View file @
507b53ba
...
...
@@ -32,7 +32,7 @@ API请求参数
-H "X-DeviceInformation: 11%2f22%2f96" \
-H "X-Sign: qM2Ep2wGF5xCJMerRVxtzciuWi8xrjgLkhNpvV2zNLF/Rv/Rf9FF3XwsIF/BOHFPEtwbmGNX57fkdzTEriDTZaCJ566PbNy7eklZ21GdAXSsrpY6Yl6YfRqSFCJbzatB0tCAKkMkHaizJ+5g05PklCo6833E9x8VZZ8g1mf4oXg=" \
-H "Content-Type: application/json" \
-d '[{"dataId":"7a2adcb0-9408-11e9-ad5f-32001713d001","studentId":549,"leftEye":3.0,"rightEye":3.2,"testType":0,"distance":3,"
testTime":1561113665},{"dataId":"7a2adcb0-9408-11e9-ad5f-32001713d004","studentId":549,"leftEye":3.0,"rightEye":3.2,"testType":0,"distance":3,"testTime":1561113665},{"dataId":"7a2adcb0-9408-11e9-ad5f-32001713d002","studentId":549,"leftEye":3.0,"rightEye":3.2,"testType":0,"distance":3
,"testTime":1561113665}]' \
-d '[{"dataId":"7a2adcb0-9408-11e9-ad5f-32001713d001","studentId":549,"leftEye":3.0,"rightEye":3.2,"testType":0,"distance":3,"
isNaked":1,"testTime":1561113665},{"dataId":"7a2adcb0-9408-11e9-ad5f-32001713d004","studentId":549,"leftEye":3.0,"rightEye":3.2,"testType":0,"distance":3,"isNaked":1,"testTime":1561113665},{"dataId":"7a2adcb0-9408-11e9-ad5f-32001713d002","studentId":549,"leftEye":3.0,"rightEye":3.2,"testType":0,"distance":3,"isNaked":1
,"testTime":1561113665}]' \
http://localhost:8080/v1/batch_upload_vision_data
**Output**
...
...
idapidesign/v1/partner/07_get_class_analysis.md
View file @
507b53ba
...
...
@@ -13,7 +13,7 @@
API请求参数
enrollmentYear {String} 年级入学年份
className {String} 班级名称,一班:1 二班:2
phone {String} 班主任手机
### Head
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment