master
zhizous 2019-12-12 02:17:16 +08:00
parent aaa03fa2fa
commit a26d813838
3 changed files with 10 additions and 9 deletions

View File

@ -7,12 +7,6 @@
"spread": true,
"isCheck": true
},
{
"title": "测试",
"href": "pages/help/test.html",
"fontFamily": "ok-icon",
"icon": ""
},
{
"title": "控制台示例",
"href": "",

View File

@ -54,12 +54,12 @@ okFly.post("/test", {a:1,b:2}).then(function(res){
</tr>
<tr>
<td>params</td>
<td>JSON</td>
<td>Object</td>
<td>请求参数</td>
</tr>
<tr>
<td>options</td>
<td>JSON</td>
<td>Object</td>
<td>配置项</td>
</tr>
</tbody>
@ -84,7 +84,7 @@ okFly.post("/test", {a:1,b:2}).then(function(res){
<tbody>
<tr>
<td>headers</td>
<td>JSON</td>
<td>Object</td>
<td>配置请求头</td>
</tr>
</tbody>

View File

@ -35,3 +35,10 @@ dsafasdf
});
});
</script>
<!--
{
"title": "测试",
"href": "pages/help/test.html",
"fontFamily": "ok-icon",
"icon": "&#xe654;"
},-->