现舱多


列表

<blockquote> <h3>HTTP Request ( 请求路径 )</h3> </blockquote> <pre><code class="language-shell"> GET http://xxxx.com/api/v1/share_templates</code></pre> <blockquote> <h3>URL Parameters ( 请求参数 )</h3> <table> <thead> <tr> <th style="text-align: center;">参数</th> <th style="text-align: center;">必填</th> <th style="text-align: center;">描述</th> </tr> </thead> <tbody> <tr> <td style="text-align: center;">user_token</td> <td style="text-align: center;">true</td> <td style="text-align: center;">用户身份</td> </tr> <tr> <td style="text-align: center;">category</td> <td style="text-align: center;">false</td> <td style="text-align: center;">分享类型</td> </tr> </tbody> </table> <p>参数描述</p> <ul> <li>分享类型(category)</li> <li> <ul> <li>[&quot;板块主页弹框内容设置&quot;, &quot;index_page&quot;]</li> </ul> </li> <li> <ul> <li>[&quot;板块详情页弹窗内容设置&quot;, &quot;show_page&quot;]</li> </ul> </li> <li>是否奖励(reward)</li> <li> <ul> <li>0=&gt;false | 1=&gt;true</li> </ul> </li> </ul> <pre><code class="language-json">{ "filters": [ {"name": "title", "query": "测试"}, {"name": "category", "query": "index_page"} {"name": "reward", "query": 1} ] }</code></pre> </blockquote> <h3>HTTP Respond ( 响应 )</h3> <pre><code class="language-json">{ "code": 200, "total_pages": 1, "current_page": 1, "data": [ { "id": 1, "title": "测试123", "category": "index_page", "content": "我是长文本", "reward": true, "visible_time": "1", "plate_id": 2, "popup": "1" } ] }</code></pre>

页面列表

ITEM_HTML