Commit 6e21eddc by lichaogang

refactor upload diopter data

parent ef89eff0
......@@ -7,7 +7,7 @@
## 接口定义
/v1/upload_diopter_data
/v1/upload_diopter_data/repeat
/v1/upload_diopter_data/retest
POST
## Request
......@@ -34,6 +34,18 @@ API请求参数
vd {float} 顶点距离值,5 个字节,输出格式为??.??,单位为 mm,如 12.00 表示 12mm
se {float} 综合球镜度,6 个字节,输出格式为???.??,单位为 D,如-05.25 表示综合球镜度为-5.25D。
sylsign {string} 记录数据时柱镜符号设置,2 个字节,可能是++、--、+-,分别代表正、负、混合设置。
leftR1 {float} R1 曲率半径 1,6 个字节,输出格式为+??.??
leftR2 {float} 曲率半径 2,6 个字节,输出格式为+??.??
leftA1 {float} 曲率半径 1 方向角度,3 个字节,输出格式为???
rightR1 {float} R1 曲率半径 1,6 个字节,输出格式为+??.??
rightR2 {float} 曲率半径 2,6 个字节,输出格式为+??.??
rightA1 {float} 曲率半径 1 方向角度,3 个字节,输出格式为???
cd {float} 角膜直径值,5 个字节,输出格式为??.??,单位为 mm,如 10.00 表示 10mm,如果为“00.0”表示无该项记录
cyl {float} 角膜曲率柱镜度数值(R1 和 R2 之间差值,始终为负值,单位为 DP 度),6 个字节,输出格式为???.??。
testTime {int}
classId {int} 班级ID
......
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