Changes between Version 28 and Version 29 of pcauto_drive_2.0.0/interface


Ignore:
Timestamp:
08/19/2015 10:15:25 AM (11 years ago)
Author:
lianchijin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_2.0.0/interface

    v28 v29  
    350350              imgUrl : 图片url 必填 
    351351}}} 
     352==== 2.1.10 [=#point2.1.10 活动页面 ] ==== 
     353 
     354'''请求url''': 由接口2.1.6活动列表页传入 
     355{{{ 
     356    应用后端url: 
     357    HTTP请求方式:GET 
     358    是否需要登录:否 
     359    返回格式:html 
     360    缓存方式:无 
     361    缓存时间:无 
     362    请求参数:  
     363              
     364   调用客户端登陆页面跳转协议:pcdrivebrowser://user-login/ 
     365   
     366  页面内写一段注释json,用于分享的参数: 
     367  /*@_HTML_META_START_ 
     368  { 
     369        "firstPic":"http://img0.pcbaby.com.cn/pcbaby/app/qzbd2/activity/1408/huanli.jpg", //分享图片 
     370        "title":"金币换礼 商城好礼随你换",//分享标题 
     371        "preView":"分享文案 !", //分享文案 
     372        "wap_url":"http://play9.pcbaby.com.cn/baby140801/baby/index.jsp?toapp=1", //分享url 
     373  }  
     374 _HTML_META_END_@*/ 
     375}}}