文档
测试

接口1-2

POST
http://kaohe.mc10010.com/postinformation

接口描述

post请求

请求头

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

请求参数,请在body里包含下面的参数

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

请求示例

~~~json { "number": "2020200000" } ~~~~

响应参数

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

成功返回参数

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