Changes between Initial Version and Version 1 of xiaofeibaike


Ignore:
Timestamp:
04/13/2016 02:14:01 PM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • xiaofeibaike

    v1 v1  
     1== 根据所属地域查询电商列表 ==  
     2          
     3> 线上:http://best.pconline.com.cn/intf/shangpinbaike/getMallByType.jsp  
     4          
     5**说明**  
     6                  
     7> 根据所属地域查询电商列表,支持跨域  
     8                  
     9**提交方式**  
     10  
     11> post  
     12  
     13**是否需要登录**  
     14 
     15> false  
     16 
     17138             **缓存方式**  
     18 
     19> ATS  
     20**缓存时间**  
     21 
     22> 10分钟  
     23 
     24**参数**  
     25 
     26||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||  
     27||typeId||国内外电商  0国内电商 1国外电商 2跨境电商 3转运公司||int||""||是||  
     28||callback||回调参数||string||""||否||  
     29||pageNo||页数,默认为1||int||""||否||  
     30||pageSize||每页数量,默认为10,最大为100||int||""||否||  
     31 
     32 
     33**返回**  
     34{{{#!java  
     35result {  
     36                   {  
     37                    "data":[  
     38                        {  
     39                            "Logo":"http://dev2.pconline.com.cn:9191/upcfiles/pc_best/1604/07/c0/114692_1460009584501.jpg",  
     40                            "name":"测试电商1",  
     41                            "seq":1,  
     42                            "url":"http://best.pconline.com.cn/mall/网易考拉海购/youhui"  
     43                        }  
     44                    ],  
     45                    "msg":"success",  
     46                    "status":1  
     47                }  
     48}}}  
     49**返回状态**  
     50||= status =||= msg =||= 说明 =||  
     51||1||success||请求成功||  
     52||0||null||结果为空||  
     53||-1||parameter error||请求参数错误||  
     54||-2||请求方式错误||请求方式错误||