Changes between Version 12 and Version 13 of pconline_4.3.0/interface


Ignore:
Timestamp:
10/13/2015 04:11:02 PM (11 years ago)
Author:
wuchangbo
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pconline_4.3.0/interface

    v12 v13  
    411411||url||文章跳转协议|| 
    412412 
    413  
    414  
    415  
    416  
    417 ---------- 
     413---------- 
     414 
     415=== 1.7资讯文章终端页优化=== 
     416mrobot接口:[[BR]] 
     417iOS:http://mrobot.pconline.com.cn/configs/pconline_ios_auto_update.json [[BR]] 
     418Android:http://mrobot.pconline.com.cn/configs/pconline_android_auto_update.json [[BR]] 
     419**说明** 
     420 
     421> 目前的资讯文章终端页太大,拆分成css、js和html主体两个部分,其中css、js放客户端本地,html主体由mrobot接口给出;客户端需支持在线更新css、js功能  [[BR]] 
     422 
     423**缓存时间** 
     424 
     425>无 
     426 
     427**提交方式** 
     428 
     429> GET 
     430 
     431**是否登录** 
     432 
     433> 否 
     434 
     435**数据来源** 
     436 
     437> 无 
     438 
     439**参数** 
     440 
     441||= 参数名 =||= 类型 =||= 必须=||= 说明=|| 
     442||platform||string||是||平台标识。android平台,platform=android;ios平台,platform=ios|| 
     443||v||string||是||版本号当前版本为4300|| 
     444||resVer||string||是||资源包版本号。resVer=4301,此版本号由app版本号和资源包迭代版本构成,如资源包第一版,resVer=4301;资源包第二版,resVer=4302,如此类推|| 
     445 
     446 
     447**返回** 
     448{{{#!java 
     449{ 
     450     date: "2015-09-21 17:00:00",       
     451     patch-uri: "",                    
     452     patch-md5: "",                     
     453     resVer: 21000,                    
     454     description: ""                   
     455} 
     456}}} 
     457**返回参数说明** 
     458||= 参数名 =||= 参数含义 =|| 
     459||date||更新时间|| 
     460||patch-uri||下载地址|| 
     461||patch-md5||md5校验串|| 
     462||resVer||版本号|| 
     463||description||描述|| 
     464 
     465----------