Changes between Version 50 and Version 51 of pcautofinance1.0_developers/interfaces


Ignore:
Timestamp:
09/14/2015 04:01:10 PM (11 years ago)
Author:
caozhaoyuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/interfaces

    v50 v51  
    1010---------- 
    1111= WAP端接口 = 
    12 == 1. 二维码接口 == 
     12== 1. 二维码接口(微信) == 
    1313'''(mrobot开发中)'''[[BR]] 
    1414mrobot接口:'''http://mrobot.pcauto.com.cn/xsp/s/finance/jrweixin/qrcode.xsp?phoneId= '''[[BR]] 
     
    3838---------- 
    3939= PC端接口 = 
    40 == 1. 保存微信用户信息接口 == 
     40== 1. 保存用户信息接口(微信) == 
    4141'''(pc端开发中)'''[[BR]] 
    4242pc接口:'''http:// '''[[BR]] 
     
    6161 
    6262 
    63 == 1. 保存微信用户信息接口 == 
     63== 2. 车贷订单接口(微信) == 
    6464'''(pc端开发中)'''[[BR]] 
    6565pc接口:'''http:// '''[[BR]] 
     
    6868>上传微信用户信息 
    6969**调用方式** 
    70 >post 
     70>get 
    7171**请求参数** 
    7272||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
     
    7676{ 
    7777   "code":200, 
    78    "desc":"成功" 
     78   "desc":"成功", 
     79   "data":"datajson" 
    7980} 
    8081}}}