1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
| { "code": 1, "data": { "id": 3, "min_price": { "level1": "10", "level2": "5" }, "name": "aa", "description": "bb", "image": "1ac9d492.png", "created_at": "2018-08-10 13:31:25", "updated_at": "2018-10-12 17:01:33", "deleted_at": null, "category_id": "1", "sliders": [ "d6a4a433.png", "c37daee5.jpg" ], "vip_level_slug": "level1", "max_price": { "level1": "10", "level2": "5" }, "type": [ "颜色", "大小", "性别" ], "is_virtual": true, "used_num": "110", "details": "<p>cc</p>", "limit_num": "0", "partner_shop_id": "58", "is_recommend": true, "category_sort": "0", "all_sort": "0", "recommend_sort": "0", "is_online": true, "is_collected": true, "all_stock": 129999951, "skus": [ { "id": 106, "name": null, "description": null, "price": { "level1": "10", "level2": "5" }, "type": { "颜色": "红", "大小": "S", "性别": "男" }, "image": "default_point_shop_product_sku.jpg", "stock": "99999995", "point_shop_product_id": "3" }, { "id": 107, "name": null, "description": null, "price": { "level1": "10", "level2": "5" }, "type": { "颜色": "红", "大小": "XL", "性别": "男" }, "image": "default_point_shop_product_sku.jpg", "stock": "9999991", "point_shop_product_id": "3" }, { "id": 108, "name": null, "description": null, "price": { "level1": "10", "level2": "5" }, "type": { "颜色": "绿", "大小": "XL", "性别": "女" }, "image": "default_point_shop_product_sku.jpg", "stock": "9999966", "point_shop_product_id": "3" }, { "id": 109, "name": null, "description": null, "price": { "level1": "10", "level2": "5" }, "type": { "颜色": "红", "大小": "SL", "性别": "女" }, "image": "default_point_shop_product_sku.jpg", "stock": "9999999", "point_shop_product_id": "3" } ], "partner_shop": { "id": 58, "name": "测试品牌1", "created_at": "2018-08-09 10:48:23", "updated_at": "2018-08-09 10:48:23", "support_phone": null, "support_web_link": null, "url_to_some_news": null, "checkbox_text_en": null, "checkbox_text_cn": null, "lunch_website_button_text": null, "support_details": null, "logo_image": "9b2b75f6.png", "description": "测试品牌1简介", "detail": "测试品牌1详情", "discount": [ ] } } }
|