mirror of
https://github.com/YMFE/yapi.git
synced 2025-01-06 12:45:22 +08:00
feat - 优化文档部分UI
This commit is contained in:
parent
a56a6c8f82
commit
564fb32972
@ -69,34 +69,3 @@ class ReqHeader extends Component {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export default ReqHeader
|
export default ReqHeader
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{
|
|
||||||
"desc": "api",
|
|
||||||
"method": "post",
|
|
||||||
"path": "/testapi",
|
|
||||||
"project_id": 8,
|
|
||||||
"req_headers": [
|
|
||||||
{
|
|
||||||
"key": "h",
|
|
||||||
"value": "t"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"req_params_type": "json",
|
|
||||||
"req_params": [
|
|
||||||
{
|
|
||||||
"name": "uid",
|
|
||||||
"value": 100,
|
|
||||||
"type": "text"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"name": "gid",
|
|
||||||
"value": 1001,
|
|
||||||
"type": "text"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"res_body_type": "json",
|
|
||||||
"res_body": "{\"tt\": 222}"
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user