商城位置绑定-通过主键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>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;成功&quot;,
&quot;data&quot;: {
&quot;id&quot;: 2,----------主键ID
&quot;advertisementId&quot;: 2,--------广告位置ID
&quot;picShow&quot;: 1,------------图片是否显示:0不显示 1显示 默认是1
&quot;videoShow&quot;: 1,---------------视频是否显示:0不显示 1显示 默认是1
&quot;status&quot;: 1,-----------------状态:1审核中 2待投放 3投放中 4已完成 5已拒绝 6已取消 默认是1
&quot;jumpUrl&quot;: &quot;www.jumoUrl.com&quot;,------------跳转地址
&quot;marketTime&quot;: &quot;2024-07-05&quot;,-------------投放时间
&quot;picUrl&quot;: &quot;www.picUrl.com&quot;,------------图片地址
&quot;videoUrl&quot;: &quot;www.videoUrl.com&quot;,---------视频地址
&quot;pageView&quot;: 0------------------浏览量
}
}</code></pre>
<p><strong>备注</strong>:</p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>