文档
测试

接口1-1

GET
http://kaohe.mc10010.com/getinformation

接口描述

get请求

请求头

参数名
类型
描述
必填
User-Agent
PostmanRuntime/7.28.0
必填
Content-Type
application/json;
必填

请求参数

参数名
类型
描述
必填
number
str
你的学号
必填

响应参数

application/json
参数名
类型
描述
必填
status
bool
返回状态,如果为false,则说明你的请求未成功,请提交一个返回状态为true的结果
必填
msg
str
返回信息
必填
result
str
计算结果
必填

成功响应

~~~json { "msg": "成功", "result": "a665a45920422f9d417e4867efdc4fb8a04a1f3fff1fa07e998e86f7f7a27ae3", "status": true } ~~~~