fzp服务器


添加帖子

<h5>简要描述</h5> <ul> <li> <table> <thead> <tr> <th>name &lt;br&gt;content &lt;br&gt;date &lt;br&gt;img &lt;br&gt;level &lt;br&gt;opacity &lt;br&gt;user</th> <th>varchar &lt;br&gt;varchar &lt;br&gt;datetime &lt;br&gt;varchar &lt;br&gt;int &lt;br&gt;int &lt;br&gt;int</th> <th>帖子名 &lt;br&gt;帖子内容 &lt;br&gt;帖子发布时间 &lt;br&gt;帖子封面图(路径) &lt;br&gt;帖子分类(外键) &lt;br&gt;帖子是否对外可见(外键) &lt;br&gt;帖子发布人(外键)</th> </tr> </thead> <tbody> </tbody> </table> </li> </ul> <h5>请求URL</h5> <ul> <li><code>http://www.wuhuazai.com/posting/save</code> </li> </ul> <h5>请求方式</h5> <ul> <li>post</li> </ul> <h5>Header</h5> <table> <thead> <tr> <th style="text-align: left;">header</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">X-token</td> <td style="text-align: left;">是</td> <td>string</td> <td>无</td> </tr> </tbody> </table> <h5>请求参数示例</h5> <pre><code>{ &amp;quot;name&amp;quot;: &amp;quot;帖子2捏test&amp;quot;, &amp;quot;content&amp;quot;: &amp;quot;内容22222222&amp;quot;, &amp;quot;level&amp;quot;: &amp;quot;2&amp;quot;, &amp;quot;opacity&amp;quot;: &amp;quot;2&amp;quot;, &amp;quot;user&amp;quot;: 4 } </code></pre>

页面列表

ITEM_HTML