文档
测试

老师给公司打分

POST
http://120.79.207.60:8089/teacher/companyscore

请求参数

参数名
类型
描述
必填
ceo
必填
scoreTeacher
int
老师给公司打的分数
必填

说明 / 示例

根据level进行了排名,1为一等奖,2为二等奖,3为三等奖,0为无奖,返回的是全部的公司的排序 { "flag": true, "page": 0, "message": null, "data": [ { "companyID": 0, "type": null, "companyName": "哈哈", "ceo": "1", "scoreTeacher": "90", "studentNum": 0, "creatTime": null, "teacherId": "1", "ppt": null, "count": null, "typeCode": 0, "scoreNews": 0, "scoreManage": 0, "scoreTax": 0, "level": 1 }, { "companyID": 0, "type": null, "companyName": "公司4", "ceo": "8", "scoreTeacher": "70", "studentNum": 0, "creatTime": null, "teacherId": "1", "ppt": null, "count": null, "typeCode": 0, "scoreNews": 0, "scoreManage": 0, "scoreTax": 0, "level": 2 }, { "companyID": 0, "type": null, "companyName": "快乐", "ceo": "3", "scoreTeacher": "65", "studentNum": 0, "creatTime": null, "teacherId": "1", "ppt": null, "count": null, "typeCode": 0, "scoreNews": 0, "scoreManage": 0, "scoreTax": 0, "level": 2 }, { "companyID": 0, "type": null, "companyName": "公司5", "ceo": "9", "scoreTeacher": "65", "studentNum": 0, "creatTime": null, "teacherId": "1", "ppt": null, "count": null, "typeCode": 0, "scoreNews": 0, "scoreManage": 0, "scoreTax": 0, "level": 2 }, { "companyID": 0, "type": null, "companyName": "公司2", "ceo": "6", "scoreTeacher": "60", "studentNum": 0, "creatTime": null, "teacherId": "1", "ppt": null, "count": null, "typeCode": 0, "scoreNews": 0, "scoreManage": 0, "scoreTax": 0, "level": 3 }, { "companyID": 0, "type": null, "companyName": "公司3", "ceo": "7", "scoreTeacher": "55", "studentNum": 0, "creatTime": null, "teacherId": "1", "ppt": null, "count": null, "typeCode": 0, "scoreNews": 0, "scoreManage": 0, "scoreTax": 0, "level": 3 }, { "companyID": 0, "type": null, "companyName": "公司7", "ceo": "11", "scoreTeacher": "55", "studentNum": 0, "creatTime": null, "teacherId": "1", "ppt": null, "count": null, "typeCode": 0, "scoreNews": 0, "scoreManage": 0, "scoreTax": 0, "level": 3 }, { "companyID": 0, "type": null, "companyName": "公司6", "ceo": "10", "scoreTeacher": "38", "studentNum": 0, "creatTime": null, "teacherId": "1", "ppt": null, "count": null, "typeCode": 0, "scoreNews": 0, "scoreManage": 0, "scoreTax": 0, "level": 3 }, { "companyID": 0, "type": null, "companyName": "公司1", "ceo": "5", "scoreTeacher": "5", "studentNum": 0, "creatTime": null, "teacherId": "1", "ppt": null, "count": null, "typeCode": 0, "scoreNews": 0, "scoreManage": 0, "scoreTax": 0, "level": 0 }, { "companyID": 0, "type": null, "companyName": "美丽", "ceo": "4", "scoreTeacher": "0", "studentNum": 0, "creatTime": null, "teacherId": "1", "ppt": null, "count": null, "typeCode": 0, "scoreNews": 0, "scoreManage": 0, "scoreTax": 0, "level": 0 } ], "error": null }