Changes between Version 267 and Version 268 of price_api


Ignore:
Timestamp:
04/29/2015 05:25:07 PM (11 years ago)
Author:
wuxiaoling
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_api

    v267 v268  
    516516 
    517517{{{#!java 
    518 { 
    519   status: 1, 
    520   msg: "请求成功", 
    521   total: 100, 
    522   data: [ 
    523     { 
    524       url: "http://img/pc.com.cn/1.png", 
    525       url: "http://img/pc.com.cn/2.png", 
    526       ... 
    527     } 
    528   ] 
     518 
     519{ 
     520    "data": [ 
     521        { 
     522            "index": 1, 
     523            "url": "http://img.pconline.com.cn/images/upload/upc/tx/pc_best/1503/10/c3/3690946_1425973613528_width600.jpg" 
     524        }, 
     525        { 
     526            "index": 2, 
     527            "url": "http://img.pconline.com.cn/images/upload/upc/tx/pc_best/1503/10/c3/3689531_1425973005147_width600.png" 
     528        }, 
     529        { 
     530            "index": 3, 
     531            "url": "http://img.pconline.com.cn/images/upload/upc/tx/pc_best/1503/10/c2/3689523_1425972209066_width600.png" 
     532        } 
     533    ], 
     534    "msg": "请求成功", 
     535    "status": 1 
    529536} 
    530537}}}