Changes between Version 36 and Version 37 of pcauto_drive_2.2.0/interface


Ignore:
Timestamp:
09/28/2015 02:08:03 PM (11 years ago)
Author:
dengyurong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_drive_2.2.0/interface

    v36 v37  
    858858 
    859859=== 3.2 获取邀请码页面 === 
    860 >mrobot地址:http://mrobot.pcauto.com.cn/xsp/s/auto/info/xueChe/getInvitation.xsp?code=156158  [[BR]] 
    861 学车后台开发环境: [[BR]] 
    862 学车后台线上环境: [[BR]] 
    863  
     860>mrobot地址:http://mrobot.pcauto.com.cn/xsp/s/auto/info/xueChe/inputInvitation.xsp  [[BR]] 
     861学车后台开发环境:http://dev38.pcauto.com.cn:8003/appapi/1.0/invite/getInvite.do [[BR]] 
     862                  http://dev38.pcauto.com.cn:8003/appapi/1.0/invite/getMyInviteCount.do [[BR]] 
     863学车后台线上环境:http://xueche.pcauto.com.cn/appapi/1.0/invite/getInvite.do [[BR]] 
     864                  http://xueche.pcauto.com.cn/appapi/1.0/invite/getMyInviteCount.do [[BR]] 
    864865**说明** 
    865866 
     
    880881**数据来源** 
    881882 
    882 > 
    883  
    884 **参数** 
    885  
    886 ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||= 说明 =|| 
    887 ||= code =||= 邀请码 =|| string ||=  =||= 是 =||=  =|| 
    888  
    889 **返回** 
    890  
    891 >HTML页 
    892  
    893 **返回参数说明** 
    894 ||= 参数名 =||= 参数含义 =||=参数名=||=参数含义=|| 
    895  
     883> 学车后台 
     884 
     885**参数** 
     886 
     887||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必须 =||= 说明 =|| 
     888||= accountId =||= 用户id =|| string ||=  =||= 是 =||=  =|| 
     889 
     890**返回** 
     891 
     892{{{#!java 
     893{ 
     894    "code": 0, 
     895    "message": "操作成功", 
     896    "thisMonthInviteCount": 0, 
     897    "totalInviteCount": 0, 
     898    "version": "v1.0(latest)", 
     899    "inviteId": 11, 
     900    "shareUrl": "http://mrobot.pcauto.com.cn/xsp/s/auto/info/xueChe/getInvitation.xsp?code=11" 
     901} 
     902}}} 
     903 
     904**返回参数说明** 
     905||= 参数名 =||= 参数含义 =||=参数名=||=参数含义=|| 
     906||= thisMonthInviteCount =||= 本月邀请人数 =||= totalInviteCount =||= 累计邀请人数 =|| 
     907||= inviteId =||= 邀请码 =||= shareUrl =||= 分享链接 =|| 
    896908 
    897909----------