vworkApi


获取欢迎语列表

<p><strong>简要描述:</strong></p> <ul> <li>获取欢迎语列表</li> </ul> <p><strong>请求URL:</strong></p> <ul> <li><code>http://127.0.0.1:8989/api</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>POST</li> </ul> <p><strong>JSON参数:</strong></p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">是否必选</th> <th style="text-align: left;">类型</th> <th style="text-align: left;">说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">type</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td style="text-align: left;">消息类型</td> </tr> </tbody> </table> <p><strong>发送示例:</strong></p> <pre><code class="language-json">{     &amp;quot;type&amp;quot;: 5009 }</code></pre> <p><strong>返回示例:</strong></p> <pre><code class="language-json">{ &amp;quot;data&amp;quot;: { &amp;quot;list&amp;quot;: [ { &amp;quot;card_link&amp;quot;: { &amp;quot;title&amp;quot;: &amp;quot;我是标题&amp;quot;, //标题 &amp;quot;desc&amp;quot;: &amp;quot;我是描述&amp;quot;, //描述                     &amp;quot;cover_url&amp;quot;: &amp;quot;https://www.baidu/xxxxxxx.png&amp;quot;, //封面地址                     &amp;quot;target_url&amp;quot;: &amp;quot;https://www.baidu.com/&amp;quot; //目标地址                 }, &amp;quot;create_time&amp;quot;: &amp;quot;16000&amp;quot;, //创建时间 &amp;quot;create_user_id&amp;quot;: &amp;quot;788xxx&amp;quot;, //创建人ID &amp;quot;welcome_id&amp;quot;: 1, //欢迎语ID &amp;quot;content&amp;quot;: &amp;quot;我是内容&amp;quot; //欢迎语内容 }, ... ] }, &amp;quot;errmsg&amp;quot;: &amp;quot;OK&amp;quot;, &amp;quot;errno&amp;quot;: 0 }</code></pre>

页面列表

ITEM_HTML