添加车生活
<h5>简要描述</h5>
<ul>
<li>添加车生活</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>https://admin-test-api.uncar.top/news/add</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
"name":"名称",
"pic":"封面",
"content":"内容",
"type":1, //1文章 2视频
"homeType":1, //0不推荐到首页 1推荐到首页
"url":"页面路径",
"sort":1, //排序
"state":1, //状态 0下线 1上线
"createTime":"2021-11-22 12:12:53"
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
"code": 200,
"message": "success"
}</code></pre>