编辑: 梦三石 | 2019-07-11 |
128 库存 number BIGINT(20)
20 方案价格 plan_price DECIMAL(8)
8 零售价格 retail_price decimal(8,2)
8 销售标准价格 sales_price decimal(8,2)
8 商品主图缩略图 goods_thumb varchar(500)
500 商品主图大图 goods_img varchar(500)
500 商品主图原始图 original_img varchar(500)
500 是否推荐的 is_best tinyint(1)
1 是否新商品 is_new tinyint(1)
1 数据格式: { goods : [ { goods_id :goods_id, bb_goods_id :bb_goods_id, title :title, subtitle :subtitle, goods_sn :goods_sn, barcode :barcode, number : number, plan_price : plan_price, retail_price :retail_price, sales_price :sales_price, goods_thumb :goods_thumb, goods_img :goods_img, original_img :original_img, is_best :is_best, is_new :is_new } //更多商品重复前面尖括号…… ]}
13、 商品特性 链接:http://域名/goodsControl/inventory?goodsId=商品 ID 参数:goodsId(商品 ID) 请求:GET 返回: Name Code Data Type Length 特性 ID id int(11)
11 标题 title varchar(45)
45 数据格式: { inventory1_name : inventory2_name , inventory1 :[ { id :id, title : title },……前面尖括号循环…… ], inventory2_name : inventory2_name , inventory2 :[ { id :id, title : title },……前面尖括号循环…… ] }
14、 商品详情(ID) 链接:http://域名/goodsControl/goodsInfo?goodsfullId=商品详情 ID 参数: goodsfullId:商品详情 ID 请求:GET 返回: Name Code Data Type Length 商品详细 ID goods_id bigint(20)
20 商品 ID bb_goods_id int(11)
11 商品特征 1ID goods_inventor........