Changes between Version 11 and Version 12 of app2.2.0接口


Ignore:
Timestamp:
10/26/2015 09:49:31 AM (10 years ago)
Author:
wuyuanbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • app2.2.0接口

    v11 v12  
    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);"> 
    18 Android测试环境使用:<br/> 
    19     jpush_url=http://api.jpush.cn:8800/v2/push<br/> 
    20     appKey=76777a5ae568ae5d8914fcb4<br/> 
    21     masterSecret=36c389c02bae13229af78915<br/> 
    22 iOS测试环境使用对应的测试环境的证书<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);"> 
    38 result中的status仅表示这次请求的返回状态:1 请求成功,-1 请求失败, -2  请先登录再操作,其他业务相关的状态,存储在result.data.xxStatus 里面 
    39 </p> 
    40  
    41 }}} 
     1= app2.2.0爆料支持官方代购判断 = 
     2爆料中的isOfficialPurchasing字段用来标示对官方代购的支持,0不支持官方代购,1支持官方代购。 
    423 
    434= app2.0后端接口规范和约定 =