Changes between Version 26 and Version 27 of pcauto_pconline_3.3.0/web-intf


Ignore:
Timestamp:
11/21/2012 06:06:28 PM (13 years ago)
Author:
daiyuwen
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_pconline_3.3.0/web-intf

    v26 v27  
    990990 
    991991===  2.12 [=#point212 车型图库接口更改,增加图片个数统计,增加车系图形库接口(汽车)] ===  
     992{{{ 
     993 
     994 
     995方式get 
     996请求参数: 
     997  serialId 车系id  注意,这是单独的接口  , 返回格式一样的 
     998    modelId  车型id  注意,这是单独的接口   , 返回格式一样的 
     999  Num 图片张数   
     1000Url:  
     1001   http://mrobot.pcauto.com.cn/v3/price/getPhotoBySerialId?Num={Num}&serialId={serialId} 
     1002   http://mrobot.pcauto.com.cn/v3/price/getPhotoBySerialId?Num={Num}&modelId={modelId} 
     1003 
     1004范例: 
     1005   http://mrobot.pcauto.com.cn/v3/price/getPhotoBySerialId?Num=2&serialId=7610 
     1006   http://mrobot.pcauto.com.cn/v3/price/getPhotoByModelId?Num=2&modelId=18224 
     1007 
     1008 
     1009 
     1010返回: 
     1011{ 
     1012    "data":[ 
     1013        { 
     1014            "photos":[ 
     1015                { 
     1016                    "smallPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/02/c4/12668173_12668173_1343897021116_120x90.jpg", 
     1017                    "bigPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/02/c4/12668173_12668173_1343897021116_600x450.jpg" 
     1018                }, 
     1019                { 
     1020                    "smallPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/02/c4/12668173_12668173_1343897021116_120x90.jpg", 
     1021                    "bigPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/02/c4/12668173_12668173_1343897021116_600x450.jpg" 
     1022                } 
     1023            ], 
     1024            "name":"外观", 
     1025            "typeId":1 
     1026        }, 
     1027        { 
     1028            "photos":[ 
     1029                { 
     1030                    "smallPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/02/c4/12668173_12668173_1343897061120_120x90.jpg", 
     1031                    "bigPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/02/c4/12668173_12668173_1343897061120_600x450.jpg" 
     1032                }, 
     1033                { 
     1034                    "smallPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/02/c4/12668173_12668173_1343897061120_120x90.jpg", 
     1035                    "bigPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1208/02/c4/12668173_12668173_1343897061120_600x450.jpg" 
     1036                } 
     1037            ], 
     1038            "name":"内饰", 
     1039            "typeId":2 
     1040        }, 
     1041        { 
     1042            "photos":[ 
     1043                { 
     1044                    "smallPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1203/20/c5/10974798_10974798_1332236011718_120x90.jpg", 
     1045                    "bigPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1203/20/c5/10974798_10974798_1332236011718_600x450.jpg" 
     1046                }, 
     1047                { 
     1048                    "smallPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1203/20/c5/10974798_10974798_1332236011718_120x90.jpg", 
     1049                    "bigPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1203/20/c5/10974798_10974798_1332236011718_600x450.jpg" 
     1050                } 
     1051            ], 
     1052            "name":"其他细节", 
     1053            "typeId":3 
     1054        }, 
     1055        { 
     1056            "photos":[ 
     1057                { 
     1058                    "smallPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1108/05/c14/8557626_8557626_1312534887875_120x90.jpg", 
     1059                    "bigPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1108/05/c14/8557626_8557626_1312534887875_600x450.jpg" 
     1060                }, 
     1061                { 
     1062                    "smallPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1108/05/c14/8557626_8557626_1312534887875_120x90.jpg", 
     1063                    "bigPhoto":"http://img.pconline.com.cn/images/upload/upc/tx/auto5/1108/05/c14/8557626_8557626_1312534887875_600x450.jpg" 
     1064                } 
     1065            ], 
     1066            "name":"官方图", 
     1067            "typeId":4 
     1068        } 
     1069    ] 
     1070} 
     1071 
     1072typeId 对应“外观”,“内饰”等分类 
     1073name 分类名称 
     1074photos(最多返回6组图片) 
     1075        smallPhoto 列表显示用小图 
     1076        bigPhoto 图片客户端显示用大图 
     1077total  对应类别的图片总数 
     1078 
     1079 
     1080}}} 
     1081 
     1082 
     1083 
     1084 
     1085 
     1086 
     1087 
    9921088 
    9931089===  2.13 [=#point213 通过车系id获得车型列表接口 价格 字段修改(汽车) ] ===