逛逛

逛逛App


规格设置页面数据

<p><strong>简要描述:</strong> </p> <ul> <li>规格设置页面</li> </ul> <p><strong>请求URL:</strong> </p> <ul> <li><code>/v1/specs/get_spec</code></li> </ul> <p><strong>请求方式:</strong></p> <ul> <li>get </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_spec_id</td> <td style="text-align: left;">是</td> <td style="text-align: left;">int</td> <td>规格id</td> </tr> <tr> <td style="text-align: left;">goods_id</td> <td style="text-align: left;">否</td> <td style="text-align: left;">int</td> <td>商品id</td> </tr> </tbody> </table> <pre><code>{ "code": 0, "msg": "返回成功", "time": 1571809743, "data": { "goods_setting_id": 2, "is_repeat": 0, //卡密属性 1可以重复 0不可以 "goods_id": 100109, "goods_spec_id": 16, "instruction": "", //说明 "card_no_name": "卡号", "card_pwd_name": "卡密", "stock_warning": 0,//库存预警 "multiple_num": 0,//倍数发货 "max_sale_num": 0,//最大限购 "min_sale_num": 0,//最小限购 "delivery_order": 1,//1顺序 2随机 "open_customer_remark": 1,//是否开启自定义留言 "customer_remarks": [//自定义留言设置列表 { "tip": "sdf",//提示 "type": [//留言类型 "integer", "letter" ], "title": "xx",//标题 "error_tip": "sdsdfsdf",//错误提示 "remark_id": "5f8eb8120d92a"//备注id } ], "delivery_type": 2,//1手动发货,2自动发货,3不需要发货 "trade_type_id": 1,//1陪玩 3租号 "goods_pic": [ //图片 { "goods_spec_id": 16, "url": "http://guangguang.kuaifaka.com/goods/spec/picture/25_34a588e4b76759abd3b6efc0e581a9ca_720_720_358603.jpg" }, { "goods_spec_id": 16, "url": "http://guangguang.kuaifaka.com/goods/spec/picture/25_74b6f709455f228796c50f42c6b14af7_750_750_413818.jpg" } ] } }</code></pre>

页面列表

ITEM_HTML