商城绑定设置详情
<p><strong>简要描述</strong>:</p>
<ul>
<li>商城绑定设置详情</li>
</ul>
<p><strong>请求URL:</strong>:</p>
<ul>
<li><a href="http://127.0.0.1:8080/api/shoppingMallBindingSet/getShoppingMallBindingSetById">http://127.0.0.1:8080/api/shoppingMallBindingSet/getShoppingMallBindingSetById</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;: 3,--------------------主键ID
&quot;shoppingMallId&quot;: 1,------------入驻商城ID
&quot;entered&quot;: 1,----------是否允许入驻:0否 1是 默认是0
&quot;membershipLevel&quot;: &quot;会员1级&quot;,------所需会员等级
&quot;creditAmount&quot;: 55.0,----------------所需信用额金额
&quot;earnestMoney&quot;: 66.0,--------------保证金
&quot;tenantFees&quot;: 88.0,----------------入驻费
&quot;boothFee&quot;: 59.0,---------------展位费(单个
&quot;categoryVo&quot;: [
{
&quot;categoryId&quot;: 2,----------商品品类ID
&quot;categoryName&quot;: &quot;家具&quot;,--------品类名称
}
]
}
}</code></pre>
<p><strong>备注</strong>:</p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>