@chengxuyuan
2020-02-17T08:45:56.000000Z
字数 1291
阅读 336
学管系统
Method | Method Resource URL | Descriptions | Authentications Required |
---|---|---|---|
GET | /server/community/init_staff_assess/ | 考核初始化 | YES |
{"status":0, "message":""}
Method | Method Resource URL | Descriptions | Authentications Required |
---|---|---|---|
GET | /server/community/list_staff_assess/ | 考核列表 | YES |
按条件过滤列表释义如下 :
1.owner
用户账号:
/server/community/list_staff_assess/?owner=15201052252
2.month
月份:
/server/community/list_staff_assess/?month=2019-01
按搜索字段释义如下 :
1. 用户名字
/server/job_management/list_staff_assess/?search=勿问情殇
2. 用户账号
/server/job_management/list_staff_assess/?search=15201052252
Name | Description |
---|---|
pk | 考核 id |
owner | 用户信息 |
post_count | 帖子数 |
comment_count | 评论数 |
effective_comment_count | 有效评论数 |
flower_count | 有效鲜花数 |
total_flower_count | 累计送出的鲜花数 |
{
"count": 20,
"next": "http://app.coding61.com/server/community/list_staff_assess/?page=2",
"previous": null,
"results": [
{
"pk": 41,
"owner": {
"name": "小林",
"avatar": "https://static1.bcjiaoyu.com/76f29bb8902ec0f5841d544df856e44d_o.jpg-720x640",
"user": "13138103332",
"nickname": "kiyomi",
"user_id": 27281,
"is_staff": true,
"segment": {
"name": "青铜",
"image": "https://static1.bcjiaoyu.com/community/touxiangkuangbronze.png"
}
},
"post_count": 0,
"comment_count": 0,
"effective_comment_count": 0,
"flower_count": 0,
"total_flower_count": 132,
"create_time": "2020-01-17T12:24:19.921750"
}
]
}