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
35b40ff2
Commit
35b40ff2
authored
Nov 20, 2019
by
lichaogang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refactor login response and upload vision's header
parent
9c517b97
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
42 additions
and
36 deletions
+42
-36
01_login.md
idapidesign/v1/app/01_login.md
+41
-35
03_upload_vision_data.md
idapidesign/v1/app/03_upload_vision_data.md
+1
-1
No files found.
idapidesign/v1/app/01_login.md
View file @
35b40ff2
...
...
@@ -44,39 +44,44 @@ API请求参数
**Output**
{
"data": {
"userId":122222222
"username": "testuser",
"title": "张飞",
"canUpload": 1,
"orgId": 1111111,
"orgName": "东小口社区医院",
"planList":[
{
"planId": 53,
"planName": "广西南宁2019年上学期学生视力筛查",
"startDate": 1569859200,
"endDate": 1575043200,
"remark": "",
"items": [
{
"key": "ASSISTED_VISION",
"name": "戴 镜"
},
{
"key": "DIOPTER",
"name": "屈 光"
},
{
"key": "VISION",
"name": "裸 眼"
}
],
"camps": []
},
],
},
"errno": 200,
"msg": "success"
"data": {
"userId": 1,
"userName": "test",
"title": "筛查员",
"canUpload": 1,
"orgId": 96393498273513472,
"orgName": "欧欧演示机构",
"plans": [
{
"planId": 53,
"planName": "广西南宁2019年上学期学生视力筛查",
"startDate": 1569859200,
"endDate": 1575043200,
"remark": "",
"items": [
{
"key": "ASSISTED_VISION",
"name": "戴 镜"
},
{
"key": "DIOPTER",
"name": "屈 光"
},
{
"key": "VISION",
"name": "裸 眼"
}
],
"camps": [
{
"campId": 106,
"campName": "欧欧演示账号",
"status": 2
}
]
}
]
},
"errno": 200,
"msg": "success"
}
\ No newline at end of file
idapidesign/v1/app/03_upload_vision_data.md
View file @
35b40ff2
...
...
@@ -16,7 +16,7 @@ API请求参数
### Head
X-DeviceInformation {String} 设备信息, 格式为: {osVersion}/{appVersion}/{deviceSN}/{orgID}/{campID}
/{campID}
X-DeviceInformation {String} 设备信息, 格式为: {osVersion}/{appVersion}/{deviceSN}/{orgID}/{campID}
X-Sign {String} rsa(timestamp_userId) 加密
### Form Parameters
...
...
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