chufengma / b2b

0 stars 0 forks source link

店铺相关api #9

Open chufengma opened 8 years ago

chufengma commented 8 years ago

店铺分页

product/shops Get

---
int currentPage;
int pageCount;
String cityId; (可选)
int productType;(可选)0 iron, 1 handing 不传表示所有
boolean score; // (可选)按评分排序 true从高到低
String keyword; //(可选)关键字
boolean productCount // (可选) 宝贝数排序 true从高到低
boolean monthSellMoney // (可选) 月销售额排序 true从高到低

---
{
  "data": {
    "currentPage": 0,
    "maxCount": 1,
    "pageCount": 3,
    "shops": [
      {
        "companyName": "三米科技有限公司",
        "cover": "./files/2016/6/19/WdDfdnobGk7Y.jpg",
        "handingCount": 9,
        "handingMoney": 0,
        "handingTypeDesc": "整卷油磨,激光切割",
        "ironCount": 991,
        "ironMoney": 898.13,
        "ironTypeDesc": "不锈钢管,角钢",
        "officeAddress": "广东 梅州 平远县  你打打发打发斯蒂芬",
        "score": 1,
        "userId": "5afa98c48214438dad364113e3a82ce9"
      }
    ]
  },
  "errorMsg": "",
  "status": 0
}
chufengma commented 8 years ago

店铺详情

product/shopDetail? Get
---
sellerId=527cec6a380046b5b813537e10d065e9
---
{
  "data": {
    "companyName": "风马科技有限公司",
    "cover": "./files/2016/6/19/WdDfdnobGk7Y.jpg",
    "handingCount": 12,
    "handingMoney": 0,
    "handingTypeDesc": "整卷油磨,激光切割",
    "ironCount": 123001,
    "ironMoney": 898978.1,
    "ironTypeDesc": "不锈钢管,角钢",
    "officeAddress": "广东 梅州 平远县  你打打发打发斯蒂芬",
    "productCount": 0,
    "regMoney": 1000,
    "score": 0,
    "shopProfile": "阿斯顿发撒旦法师打发士大夫",
    "userId": "527cec6a380046b5b813537e10d065e9"
  },
  "errorMsg": "",
  "status": 0
}