business-2025


获取

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

页面列表

ITEM_HTML