爱乐美

设置模块


商城位置绑定-通过主键ID查询绑定设置详情

<p><strong>简要描述</strong>:</p> <ul> <li>商城位置绑定-通过主键ID查询绑定设置详情</li> </ul> <p><strong>请求URL:</strong>:</p> <ul> <li><a href="http://127.0.0.1:8080/api/advertisementLocationBindingSet/getAdvertisementLocationSetById">http://127.0.0.1:8080/api/advertisementLocationBindingSet/getAdvertisementLocationSetById</a></li> </ul> <p><strong>请求方式:</strong>:</p> <ul> <li>GET</li> </ul> <p><strong>Header</strong></p> <pre><code></code></pre> <p><strong>参数</strong>:</p> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th>类型</th> <th>说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">id</td> <td style="text-align: left;">是</td> <td>Long</td> <td>主键ID</td> </tr> </tbody> </table> <p><strong>返回示例</strong>:</p> <pre><code>{     &amp;quot;code&amp;quot;: 200,     &amp;quot;message&amp;quot;: &amp;quot;成功&amp;quot;,     &amp;quot;data&amp;quot;: {         &amp;quot;id&amp;quot;: 2,----------主键ID         &amp;quot;advertisementId&amp;quot;: 2,--------广告位置ID         &amp;quot;picShow&amp;quot;: 1,------------图片是否显示:0不显示 1显示 默认是1         &amp;quot;videoShow&amp;quot;: 1,---------------视频是否显示:0不显示 1显示 默认是1         &amp;quot;status&amp;quot;: 1,-----------------状态:1审核中 2待投放 3投放中 4已完成 5已拒绝 6已取消 默认是1         &amp;quot;jumpUrl&amp;quot;: &amp;quot;www.jumoUrl.com&amp;quot;,------------跳转地址         &amp;quot;marketTime&amp;quot;: &amp;quot;2024-07-05&amp;quot;,-------------投放时间         &amp;quot;picUrl&amp;quot;: &amp;quot;www.picUrl.com&amp;quot;,------------图片地址         &amp;quot;videoUrl&amp;quot;: &amp;quot;www.videoUrl.com&amp;quot;,---------视频地址         &amp;quot;pageView&amp;quot;: 0------------------浏览量     } }</code></pre> <p><strong>备注</strong>:</p> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML