Changes between Initial Version and Version 1 of app2.2.0接口


Ignore:
Timestamp:
10/21/2015 05:39:37 PM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0接口

    v1 v1  
     1{{{ 
     2#!html 
     3<h1>前言</h1> 
     4 
     5 
     6<p> 
     7    <a class="tit" target="_blank" style="text-decoration: none; color: rgb(51, 51, 51); margin: 4px 0px; font-size: 18px; display: inline-block; font-family: &#39;Microsoft Yahei&#39;, SimSun, tahoma, HELVETICA; white-space: normal; background-color: rgb(255, 255, 255);">关于 <b>common_session_id</b> 参数:</a><span style="font-family: &#39;Microsoft Yahei&#39;, SimSun, tahoma, HELVETICA; font-size: 12px; line-height: 18px; background-color: rgb(255, 255, 255);"></span> 
     8</p> 
     9<p class="des" style="margin-top: -7px; margin-bottom: 13px; padding: 0px; overflow: hidden; font-size: 14px; line-height: 2; color: rgb(153, 153, 153); font-family: &#39;Microsoft Yahei&#39;, SimSun, tahoma, HELVETICA; white-space: normal; background-color: rgb(255, 255, 255);"> 
     10    测试环境统一传递 <b>common_session_id1</b> , 线上环境传递 <b>common_session_id</b> 
     11</p> 
     12 
     13 
     14<p> 
     15    <a class="tit" target="_blank" style="text-decoration: none; color: rgb(51, 51, 51); margin: 4px 0px; font-size: 18px; display: inline-block; font-family: &#39;Microsoft Yahei&#39;, SimSun, tahoma, HELVETICA; white-space: normal; background-color: rgb(255, 255, 255);">推送账号设置:</a><span style="font-family: &#39;Microsoft Yahei&#39;, SimSun, tahoma, HELVETICA; font-size: 12px; line-height: 18px; background-color: rgb(255, 255, 255);"></span> 
     16</p> 
     17<p class="des" style="margin-top: -7px; margin-bottom: 13px; padding: 0px; overflow: hidden; font-size: 14px; line-height: 2; color: rgb(153, 153, 153); font-family: &#39;Microsoft Yahei&#39;, SimSun, tahoma, HELVETICA; white-space: normal; background-color: rgb(255, 255, 255);"> 
     18Android测试环境使用:<br/> 
     19    jpush_url=http://api.jpush.cn:8800/v2/push<br/> 
     20    appKey=76777a5ae568ae5d8914fcb4<br/> 
     21    masterSecret=36c389c02bae13229af78915<br/> 
     22iOS测试环境使用对应的测试环境的证书<br/> 
     23</p> 
     24 
     25 
     26<p> 
     27    <a class="tit" target="_blank" style="text-decoration: none; color: rgb(51, 51, 51); margin: 4px 0px; font-size: 18px; display: inline-block; font-family: &#39;Microsoft Yahei&#39;, SimSun, tahoma, HELVETICA; white-space: normal; background-color: rgb(255, 255, 255);">DES加密key设置:</a><span style="font-family: &#39;Microsoft Yahei&#39;, SimSun, tahoma, HELVETICA; font-size: 12px; line-height: 18px; background-color: rgb(255, 255, 255);"></span> 
     28</p> 
     29<p class="des" style="margin-top: -7px; margin-bottom: 13px; padding: 0px; overflow: hidden; font-size: 14px; line-height: 2; color: rgb(153, 153, 153); font-family: &#39;Microsoft Yahei&#39;, SimSun, tahoma, HELVETICA; white-space: normal; background-color: rgb(255, 255, 255);"> 
     30测试环境:desKey: pconline 
     31</p> 
     32 
     33 
     34<p> 
     35    <a class="tit" target="_blank" style="text-decoration: none; color: rgb(51, 51, 51); margin: 4px 0px; font-size: 18px; display: inline-block; font-family: &#39;Microsoft Yahei&#39;, SimSun, tahoma, HELVETICA; white-space: normal; background-color: rgb(255, 255, 255);">关于返回状态:</a><span style="font-family: &#39;Microsoft Yahei&#39;, SimSun, tahoma, HELVETICA; font-size: 12px; line-height: 18px; background-color: rgb(255, 255, 255);"></span> 
     36</p> 
     37<p class="des" style="margin-top: -7px; margin-bottom: 13px; padding: 0px; overflow: hidden; font-size: 14px; line-height: 2; color: rgb(153, 153, 153); font-family: &#39;Microsoft Yahei&#39;, SimSun, tahoma, HELVETICA; white-space: normal; background-color: rgb(255, 255, 255);"> 
     38result中的status仅表示这次请求的返回状态:1 请求成功,-1 请求失败, -2  请先登录再操作,其他业务相关的状态,存储在result.data.xxStatus 里面 
     39</p> 
     40 
     41}}} 
     42 
     43= app2.0后端接口规范和约定 = 
     44* [attachment: 聚超值接口规范.ppt] 
     45= app2.0后端接口定义 = 
     46* [wiki:app2.0/object_properties 00、实体属性] 
     47* [wiki:app2.0/01_topic 01、爆料模块相关接口] 
     48* [wiki:app2.0/01_1_topicType 01.1、爆料分类模块相关接口] 
     49* [wiki:app2.0/01_1_topicTag 01.2、爆料标签模块相关接口] 
     50* [wiki:app2.0/02_search 02、搜索模块相关接口] 
     51* [wiki:app2.0/03_personal 03、个人中心模块相关接口] 
     52* ~~[wiki:app2.0/04_trial 04、试用体验模块相关接口]~~ 
     53* [wiki:app2.0/05_gift 05、礼品模块相关接口] 
     54* [wiki:app2.0/06_special 06、专题模块相关接口] 
     55* [wiki:app2.0/07_mall 07、电商模块相关接口] 
     56* [wiki:app2.0/08_activity 08、活动模块相关接口] 
     57* [wiki:app2.0/09_sunplaza 09、广场模块相关接口] 
     58* [wiki:app2.0/10_adPosition 10、广告位模块相关接口] 
     59* [wiki:app2.0/11_focusImage 11、焦点图模块相关接口] 
     60* [wiki:app2.0/12_purchasing 12、代购模块相关接口] 
     61* [wiki:app2.0/13_collect 13、收藏模块相关接口] 
     62* [wiki:app2.0/14_subscription 14、订阅模块相关接口] 
     63* [wiki:app2.0/facade 15、首页和广场等页面的复合接口/其他接口] 
     64 
     65= app2.0页面组装说明 = 
     66* [attachment:聚超值2.0接口请求和属性读取规则.doc] 
     67 
     68= 图片尺寸规格 =  
     69* [wiki:app2.0/image  图片尺寸规格] 
     70 
     71= 客户端跳转协议 = 
     72* [wiki:app2.0/protocol 客户端跳转协议说明] 
     73 
     74= 接口文档归档 =  
     75* [wiki:app2.0/project-description 接口文档归档] 
     76