Toggle navigation
Toggle navigation
This project
Loading...
Sign in
huayandong
/
recommend-api
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
huayandong
2019-09-19 10:51:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cd5c8b7657f97e4bfccdca593b28f52a2f78ce01
cd5c8b76
1 parent
f2621c2a
update doc api
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
boxfish-中教老师APP/20190911-中教APP.md
boxfish-中教老师APP/20190911-中教APP.md
View file @
cd5c8b7
...
...
@@ -234,7 +234,7 @@ grades | `Map.<String, Object>` | 姣忎釜绛夌骇鎴愮哗鐨勫鐢熸儏鍐碉紝鏈嶅姟鍣ㄥ
userId | Integer | 学生ID
userName | String | 学生名称,服务器优先显示:真实姓名、昵称、用户名,具体显示逻辑见产品文档,
[
中教产品文档:课程首页查看成绩-文档
](
https://gitlab.boxfish.cn/document/ProductDocs/uploads/7e6b29d4de256239502c7c9eaada3652/课程首页查看成绩-文档.png
)
userAvatars | String | 学生头像,字符串类型,不是MD5
paperScore | Integer | 纸质课程识别的分数,为了方便服
务器排序,
<code
color =
'yellow'
>
`UN_FINISHED`
的学生服务器会设置
`paperScore = -
1`
,APP端显示的时候需要注意这种情况
</code>
paperScore | Integer | 纸质课程识别的分数,
<code
color
>
为了方便服务器排序,服务器会将
`UN_FINISHED`
学生的分数设置为-1分,即
`paperScore = -1`
,
APP端显示的时候需要注意这种情况
</code>
paperMark | String | 纸质课程成绩等级,根据纸质识别分数计算得到,计算规则见产品文档,
[
中教产品文档:课程首页2
](
https://gitlab.boxfish.cn/document/ProductDocs/uploads/7e6b29d4de256239502c7c9eaada3652/课程首页查看成绩-文档.png
)
...
...
Please
register
or
login
to post a comment