文档
测试

获取成绩填报

GET
http://zuxie.lstranger.icu/api/member/getExaminerBiddingList?token=MDAwMDAwMDAwMMuse9mTvJKZjIl_x5qLtp5_zXrYf3Wwnst9e6Cao47Mynqd2ZO4qmZ_eWWe

请求参数

参数名
类型
描述
必填
token
string
身份令牌
必填
status
int
审核状态 0待审核,1审核成功,2审核失败,3报名中,4进行中,5、已公式,6已取消
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
message
string
示例:操作成功
必填
data
object
数据字典
必填
page_count
int
示例:1
必填
count
int
示例:2
必填
list
array
数据列表
必填
id
int
测评id
必填
mechanism_logo
string
机构logo
必填
title
string
标题
必填
m_name
string
机构名称
必填
contact_phone
string
联系电话
必填
level
string
等级
必填
examination_start_time
string
考试开始时间
必填
examination_end_time
string
考试结束时间
必填
area
string
区域
必填
address
string
详细地址
必填
status
int
状态审核状态 0待审核,1审核成功,2审核失败,3报名中,4进行中,5、已公式,6已取消
必填
levelData
array
等级数据
必填
id
string
等级id
必填
name
string
等级名称
必填
levelId
array
等级
必填
level_id
array
等级
必填
level_name
string
等级名称
必填
timestamp
int
示例:1607182587
必填

说明 / 示例

{ "code": 0, "message": "操作成功", "data": { "page_count": 1, "count": 2, "list": [ { "id": 3, "mechanism_logo": "http://zuxie.lstranger.icu/upload/common/images/20201013/20201013114555160260395587350.png", "title": "ceshi123", "m_name": "ceshi", "contact_phone": "18888888888", "level": "1,2,6,4", "examination_start_time": "2020-11-08 08:00:00", "examination_end_time": "2020-11-08 17:00:00", "area": "山东省,济南市,天桥区", "address": "北坦", "status": 4, "levelData": [ { "id": "1", "name": "一级" }, { "id": "2", "name": "二级" }, { "id": "4", "name": "四级" }, { "id": "6", "name": "六级" } ], "levelId": [ "1", "2", "4", "6" ], "level_id": [ "一级", "二级", "四级", "六级" ], "level_name": "一级;二级;四级;六级" }, { "id": 2, "mechanism_logo": "http://zuxie.lstranger.icu/upload/common/images/20201013/20201013114555160260395587350.png", "title": "ceshi123", "m_name": "ceshi", "contact_phone": "18888888888", "level": "1,2,6,4", "examination_start_time": "2020-11-08 08:00:00", "examination_end_time": "2020-11-08 17:00:00", "area": "山东省,济南市,天桥区", "address": "北坦", "status": 3, "levelData": [ { "id": "1", "name": "一级" }, { "id": "2", "name": "二级" }, { "id": "4", "name": "四级" }, { "id": "6", "name": "六级" }, { "id": "1", "name": "一级" }, { "id": "2", "name": "二级" }, { "id": "4", "name": "四级" }, { "id": "6", "name": "六级" } ], "levelId": [ "1", "2", "4", "6", "1", "2", "4", "6" ], "level_id": [ "一级", "二级", "四级", "六级" ], "level_name": "一级;二级;四级;六级" } ] }, "timestamp": 1607182587 }