临宇宙

临宇宙相关


发布页面中间数据列表

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>用户注册接口 2023-10-19 19:10:53 星期四</li> </ul> <h5>请求URL</h5> <ul> <li><code>https://www.linsheapp.com/index/releaseIndexBetweenInfo</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">token</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>用户token</td> </tr> <tr> <td style="text-align: left;">two_service_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>二级标签id</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> {     &amp;quot;code&amp;quot;: 200,     &amp;quot;data&amp;quot;: [         {             &amp;quot;type&amp;quot;: &amp;quot;start_address&amp;quot;,#类型             &amp;quot;title&amp;quot;: &amp;quot;任务起点&amp;quot;,#标题             &amp;quot;value&amp;quot;: &amp;quot;&amp;quot;,#输入框默认值             &amp;quot;note&amp;quot;: &amp;quot;(默认当前定位地址,点击可修改)&amp;quot;,#标题后方备注             &amp;quot;unit&amp;quot;: &amp;quot;&amp;quot;#单位 例 价格输入框后方文案         },         {             &amp;quot;type&amp;quot;: &amp;quot;end_address&amp;quot;,             &amp;quot;title&amp;quot;: &amp;quot;任务终点&amp;quot;,             &amp;quot;value&amp;quot;: &amp;quot;添加任务终点&amp;quot;,             &amp;quot;note&amp;quot;: &amp;quot;&amp;quot;,             &amp;quot;unit&amp;quot;: &amp;quot;&amp;quot;         },         {             &amp;quot;type&amp;quot;: &amp;quot;tag&amp;quot;,             &amp;quot;title&amp;quot;: &amp;quot;任务需求标签&amp;quot;,             &amp;quot;value&amp;quot;: &amp;quot;添加需求标签&amp;quot;,             &amp;quot;note&amp;quot;: &amp;quot;&amp;quot;,             &amp;quot;unit&amp;quot;: &amp;quot;&amp;quot;         },         {             &amp;quot;type&amp;quot;: &amp;quot;time&amp;quot;,             &amp;quot;title&amp;quot;: &amp;quot;任务时间&amp;quot;,             &amp;quot;value&amp;quot;: &amp;quot;添加任务时间&amp;quot;,             &amp;quot;note&amp;quot;: &amp;quot;&amp;quot;,             &amp;quot;unit&amp;quot;: &amp;quot;&amp;quot;         },         {             &amp;quot;type&amp;quot;: &amp;quot;price&amp;quot;,             &amp;quot;title&amp;quot;: &amp;quot;任务单价&amp;quot;,             &amp;quot;value&amp;quot;: &amp;quot;添加任务单价&amp;quot;,             &amp;quot;note&amp;quot;: &amp;quot;&amp;quot;,             &amp;quot;unit&amp;quot;: &amp;quot;豆/小时&amp;quot;         }     ] }</code></pre> <h5>返回参数说明</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">groupid</td> <td style="text-align: left;">int</td> <td>用户组id,1:超级管理员;2:普通用户</td> </tr> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML