chufengma / b2b

0 stars 0 forks source link

搜索API #6

Open chufengma opened 8 years ago

chufengma commented 8 years ago

搜索

product/search Post

---
String keyword;
int type;    // 搜索种类 0 = iron, 1 = handing, 2 = 店铺
int currentPage;
int pageCount;

---
int maxCount;
int currentPage;
int pageCount;
int type;  // 搜索种类
List<IronProduct> ironProducts; // 搜索不锈钢信息的返回结果
List<HandingProduct> handingProducts;// 搜索加工信息的返回结果
List<Shop> shops; // 搜索店铺信息的返回结果

其中shop = {
        "companyName": "风马科技有限公司",
        "cover": "",
        "handingCount": 12,
        "ironCount": 123001,
        "officeAddress": "你打打发打发斯蒂芬",
        "userId": "527cec6a380046b5b813537e10d065e9"
      }