获取
<p><strong>请求URI:</strong></p>
<ul>
<li><code>/goods/addition</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>GET <code>AUTH</code></li>
</ul>
<p><strong>参数:</strong></p>
<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;">goods_addition_uid</td>
<td style="text-align: left;">>=0</td>
<td style="text-align: left;">int</td>
<td>唯一uid</td>
</tr>
</tbody>
</table>
<p><strong>返回示例:</strong></p>
<pre><code>{
&quot;msg&quot;: &quot;请求成功&quot;,
&quot;data&quot;: [
{
&quot;id&quot;: 38,
&quot;merchant_uid&quot;: 2241017519160001,
&quot;goods_addition_uid&quot;: 2412054033400125,//唯一值
&quot;create_datetime&quot;: &quot;2024-12-05 11:12:14&quot;,
&quot;update_datetime&quot;: &quot;2024-12-05 11:12:14&quot;,
&quot;group_title&quot;: &quot;杯型&quot;,//组名称
&quot;option_type&quot;: 1,//选项选择模式:0=可不选,1=必选一项,2=可多选
&quot;options&quot;: [//附加项目组
{
&quot;title&quot;: &quot;小杯&quot;,
&quot;sale_price&quot;: 0,
&quot;select_switch&quot;:1
},
{
&quot;title&quot;: &quot;中杯&quot;,
&quot;sale_price&quot;: 2,
&quot;select_switch&quot;:0
},
{
&quot;title&quot;: &quot;大杯&quot;,
&quot;sale_price&quot;: 4,
&quot;select_switch&quot;:0
}
]
}
],
&quot;code&quot;: 0
}
</code></pre>