project_exam

server API

getQuestion(String topic, int year, int id)

参数名 类型 必填 说明
id int 序号
topic string 科目名称
year int 题集年份

getTopic(String topic, int year, int id)

参数名 类型 必填 说明
topic string 科目名称
year int 题集年份

getResult(String topic, int year, int id)

参数名 类型 必填 说明
topic string 科目名称
year int 题集年份