Showing
1 changed file
with
1 additions
and
1 deletions
@@ -234,7 +234,7 @@ grades | `Map.<String, Object>` | 姣忎釜绛夌骇鎴愮哗鐨勫鐢熸儏鍐碉紝鏈嶅姟鍣ㄥ | @@ -234,7 +234,7 @@ grades | `Map.<String, Object>` | 姣忎釜绛夌骇鎴愮哗鐨勫鐢熸儏鍐碉紝鏈嶅姟鍣ㄥ | ||
234 | userId | Integer | 学生ID | 234 | userId | Integer | 学生ID |
235 | userName | String | 学生名称,服务器优先显示:真实姓名、昵称、用户名,具体显示逻辑见产品文档,[中教产品文档:课程首页查看成绩-文档](https://gitlab.boxfish.cn/document/ProductDocs/uploads/7e6b29d4de256239502c7c9eaada3652/课程首页查看成绩-文档.png) | 235 | userName | String | 学生名称,服务器优先显示:真实姓名、昵称、用户名,具体显示逻辑见产品文档,[中教产品文档:课程首页查看成绩-文档](https://gitlab.boxfish.cn/document/ProductDocs/uploads/7e6b29d4de256239502c7c9eaada3652/课程首页查看成绩-文档.png) |
236 | userAvatars | String | 学生头像,字符串类型,不是MD5 | 236 | userAvatars | String | 学生头像,字符串类型,不是MD5 |
237 | -paperScore | Integer | 纸质课程识别的分数,为了方便服务器排序,<code color = 'yellow'>`UN_FINISHED`的学生服务器会设置`paperScore = -1`,APP端显示的时候需要注意这种情况 </code> | 237 | +paperScore | Integer | 纸质课程识别的分数,<code color> 为了方便服务器排序,服务器会将 `UN_FINISHED`学生的分数设置为-1分,即`paperScore = -1`,APP端显示的时候需要注意这种情况 </code> |
238 | paperMark | String | 纸质课程成绩等级,根据纸质识别分数计算得到,计算规则见产品文档,[中教产品文档:课程首页2](https://gitlab.boxfish.cn/document/ProductDocs/uploads/7e6b29d4de256239502c7c9eaada3652/课程首页查看成绩-文档.png) | 238 | paperMark | String | 纸质课程成绩等级,根据纸质识别分数计算得到,计算规则见产品文档,[中教产品文档:课程首页2](https://gitlab.boxfish.cn/document/ProductDocs/uploads/7e6b29d4de256239502c7c9eaada3652/课程首页查看成绩-文档.png) |
239 | 239 | ||
240 | 240 |
-
Please register or login to post a comment