Changes between Version 189 and Version 190 of price_jiekou


Ignore:
Timestamp:
10/15/2014 02:12:07 PM (12 years ago)
Author:
pengzhanxuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • price_jiekou

    v189 v190  
    898898}}} 
    899899 
    900 === 12.0 订阅 === 
     900=== 12.0 订阅【v1.3】 === 
    901901{{{ 
    902902    url:http://192.168.50.32:8082/intf/iphone/subscription_add.jsp 
     
    18201820                ] 
    18211821        } 
    1822 }}} 
     1822} 
     1823}}} 
     1824 
     1825---- 
     1826 
     1827== 35 加密接口 == 
     1828 
     1829=== 35.1 分类订阅 === 
     1830{{{ 
     1831    url:http://192.168.50.32:8082/intf/iphone/subscription_add.jsp 
     1832    参数: 
     1833     addition 附加信息:"token-timestamp" (timestamp 秒)  DES加密,10秒后失效 
     1834     ids: 
     1835     beginTime:(如果勿扰模式关闭了,就不传此字段) 
     1836     endTime:(如果勿扰模式关闭了,就不传此字段) 
     1837     open: (1发推送,0不发推送) 
     1838     sound:(1为有声音,0为无) 
     1839     shake:(1为有振动,0为无) 
     1840    请求方法:post 
     1841    是否需要登录:是 
     1842    返回参数: 
     1843    { 
     1844      "description":"token或者ids为空", 
     1845      "status":-2;       (1:成功 
     1846                          -1:ids不正确或者日期格式不正确  
     1847                          0:订阅失败  
     1848                          -2:token为空或者ids为空 
     1849                          -3:提交方式不对,请改用Post提交) 
     1850    } 
     1851      
     1852}}} 
     1853 
     1854=== 35.2 提交精准订阅规则 === 
     1855(维护:成荣伟) 
     1856{{{ 
     1857    url: http://best.pconline.com.cn/intf/iphone/subscription_second_add.jsp 
     1858    请求参数:  
     1859       addition 附加信息:"token-timestamp" (timestamp 秒)  DES加密,10秒后失效 
     1860       typeId: 类别ID 
     1861       keyword: 关键词 
     1862       mallId: 电商ID 
     1863    请求方法:post 
     1864    是否需要登录:否 
     1865    返回参数: 
     1866}}} 
     1867 
     1868 
     1869=== 35.3 删除精准订阅规则 === 
     1870{{{ 
     1871    url: http://best.pconline.com.cn/intf/iphone/subscription_second_delete.jsp 
     1872    请求参数:  
     1873         addition 附加信息:"token-timestamp" (timestamp 秒)  DES加密,10秒后失效 
     1874         subscriptionId: 订阅ID 
     1875    请求方法:post 
     1876    是否需要登录:否 
     1877    返回参数: 
     1878}}}