Commit 35b40ff2 by lichaogang

refactor login response and upload vision's header

parent 9c517b97
......@@ -45,13 +45,13 @@ API请求参数
{
"data": {
"userId":122222222
"username": "testuser",
"title": "张飞",
"userId": 1,
"userName": "test",
"title": "筛查员",
"canUpload": 1,
"orgId": 1111111,
"orgName": "东小口社区医院",
"planList":[
"orgId": 96393498273513472,
"orgName": "欧欧演示机构",
"plans": [
{
"planId": 53,
"planName": "广西南宁2019年上学期学生视力筛查",
......@@ -72,10 +72,15 @@ API请求参数
"name": "裸 眼"
}
],
"camps": []
},
],
"camps": [
{
"campId": 106,
"campName": "欧欧演示账号",
"status": 2
}
]
}
]
},
"errno": 200,
"msg": "success"
......
......@@ -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
......
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