feat - 优化文档部分UI

This commit is contained in:
waliang.wang 2017-07-19 20:27:44 +08:00
parent a56a6c8f82
commit 564fb32972

View File

@ -69,34 +69,3 @@ class ReqHeader extends Component {
}
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}"
}