商品接口

getList 

{
  "Code": 1000,
  "Msg": "成功",
  "Data": {
    "Total": 1,
    "Models": [
      {
        "Id": 319,
        "ProductName": "托尔托(ZT)",//商品名称
        "MarketPrice": 10000,//市场价格
        "MinSalePrice": 10000,//最小销售价格
        "SaleCounts": 0,//已销售
        "ImageUrl": "/Storage/Shop/1/Products/319/1_220.png",//商品图片
        "HasSKU": true,//是否有sku,都有
        "PayType": 0,//支付类型,0 货币  1 积分
        "ServiceType": 0,// 商品服务类型 0 商品;  1 o2o ; 2 定制服务
        "MarketIntegral": 10,//市场销售积分
        "MinSaleIntegral": 10,//销售积分
        "ShopCategories": [  // 标签
          "国际系列"
        ]
      }
    ]
  }
}