dogo

Dgcoin


新增活动列表接口

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>活动列表接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>uc/activity/list</code></li> </ul> <h5>请求方式</h5> <ul> <li>GET </li> </ul> <h5>Header参数</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;">lang</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>zh_CN:中文简体,zh_HK:中文繁体,en_US:英文,ja_JP:日文,ko_KR:韩语,vi_VN:越南语</td> </tr> </tbody> </table> <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;">pageNo</td> <td style="text-align: left;">是</td> <td style="text-align: left;">number</td> <td>第几页</td> </tr> <tr> <td style="text-align: left;">pageSize</td> <td style="text-align: left;">是</td> <td style="text-align: left;">number</td> <td>每页大小</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code> { &amp;quot;data&amp;quot;: [ { &amp;quot;id&amp;quot;: 104, &amp;quot;createdAt&amp;quot;: &amp;quot;2024-06-24 23:25:31&amp;quot;, &amp;quot;updatedAt&amp;quot;: &amp;quot;2024-06-24 23:25:31&amp;quot;, &amp;quot;categoryid&amp;quot;: 13, &amp;quot;title&amp;quot;: &amp;quot;Dogecoin将于2024年9月18日至19日在新加坡参加Token2049区块链峰会&amp;quot;, &amp;quot;summary&amp;quot;: null, &amp;quot;content&amp;quot;: &amp;quot;&amp;lt;p&amp;gt;尊敬的Doge coin用户:&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;我们非常高兴地宣布,Dogecoin将于2024年9月18日至19日在新加坡Marina Bay Sands参加Token2049区块链峰会。&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;img src=\&amp;quot;/index/data/image/20240624/ed6750bc7c4805a13ca351f45e332d02.jpg\&amp;quot; style=\&amp;quot;max-width:100%;\&amp;quot; contenteditable=\&amp;quot;false\&amp;quot; width=\&amp;quot;100%\&amp;quot;/&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;Token2049是全球最重要的加密货币和区块链技术会议之一,每年在新加坡和迪拜举行,汇聚了行业内的顶尖企业和专家,探讨全球区块链和加密货币的最新发展和趋势。 今年的Token2049将吸引超过20,000名参会者,7,000多家公司,以及来自100多个国家的代表参与。大会将展示前沿的产品演示,提供丰盛的餐饮和娱乐活动,并为参会者提供独特的网络交流机会 (TOKEN2049 Asia) (TOKEN2049 Global)。&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;img src=\&amp;quot;/index/data/image/20240624/56744d5063dd514c519e74a47198dc43.jpg\&amp;quot; style=\&amp;quot;max-width:100%;\&amp;quot; contenteditable=\&amp;quot;false\&amp;quot; width=\&amp;quot;100%\&amp;quot;/&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;作为全球加密货币社区的重要成员,Dogecoin期待在此次大会上展示我们的最新一代产品,并与全球的区块链爱好者、投资者和行业领导者进行交流。 我们诚邀所有对区块链和加密货币感兴趣的朋友,届时前来参与,与我们一同探索Dogecoin的未来。&amp;amp;nbsp;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;img src=\&amp;quot;/index/data/image/20240624/641c3ee27ee6e7fbc8a3ee1ceb9648ed.jpg\&amp;quot; style=\&amp;quot;max-width:100%;\&amp;quot; contenteditable=\&amp;quot;false\&amp;quot; width=\&amp;quot;100%\&amp;quot;/&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;购票链接https://www.asia.token2049.com/tickets 9月,我们不见不散。&amp;lt;/p&amp;gt;&amp;lt;p&amp;gt;&amp;lt;br/&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p style=\&amp;quot;margin-top: 0px; margin-bottom: 1rem; font-size: 13px;\&amp;quot;&amp;gt;DOGECOIN团队&amp;lt;br/&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;p style=\&amp;quot;margin-top: 0px; margin-bottom: 1rem; font-size: 13px;\&amp;quot;&amp;gt;&amp;lt;span style=\&amp;quot;color: var(--bs-body-color); font-family: var(--bs-body-font-family); font-weight: var(--bs-body-font-weight); text-align: var(--bs-body-text-align);\&amp;quot;&amp;gt;2024年6月25日&amp;lt;/span&amp;gt;&amp;lt;/p&amp;gt;&amp;quot;, &amp;quot;linkAddress&amp;quot;: null } ], &amp;quot;code&amp;quot;: 0, &amp;quot;message&amp;quot;: null, &amp;quot;totalPage&amp;quot;: &amp;quot;11&amp;quot;, &amp;quot;totalElement&amp;quot;: &amp;quot;11&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> </tbody> </table> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML