chufengma / b2b

0 stars 0 forks source link

详情页面API #7

Open chufengma opened 8 years ago

chufengma commented 8 years ago

获取不锈钢产品详情

iron/ironDetail Get

---
String ironId

---
jsonData = IronProduct

eg:
 "data": {
    "cover": "./files/2016/6/5/19sYUM9A9GmG.png",
    "id": "14",
    "image1": "",
    "image2": "",
    "image3": "",
    "ironType": "不锈钢管",
    "isSpec": true,
    "material": "201(L1,L2)",
    "price": 444434,
    "proId": "7USwfNZuL2IV",
    "proPlace": "宝新",
    "pushTime": 2016,
    "sourceCityId": "eIjqrOOc",
    "surface": "No.1",
    "title": "AAAAAA",
    "userId": "527cec6a380046b5b813537e10d065e9"
  },
  "errorMsg": "",
  "status": 0
chufengma commented 8 years ago

获取加工产品详情

handing/handingDetail Get
---
String handingId
---
{
  "data": {
    "cover": "./files/2016/6/5/nbzxo95rfgHM.png",
    "id": "5Gpr2IaEUKm9",
    "image1": "",
    "image2": "",
    "image3": "",
    "price": 123,
    "souCityId": "wYC4sP3V",
    "title": "sss",
    "type": "整卷油磨",
    "unit": "米",
    "userId": "527cec6a380046b5b813537e10d065e9"
  },
  "errorMsg": "",
  "status": 0
}