Changes between Version 45 and Version 46 of pcautofinance1.0_developers/interfaces


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/interfaces

    v45 v46  
    3636---------- 
    3737= PC端接口 = 
    38 == 1. 二维码接口 == 
    39 '''(mrobot开发中)'''[[BR]] 
    40 mrobot接口:'''http://mrobot.pcauto.com.cn/xsp/s/finance/jrweixin/qrcode.xsp?phoneId= '''[[BR]] 
    41 后端接口(微信):'''https://api.weixin.qq.com/cgi-bin/qrcode/create?access_token= '''[[BR]] 
     38== 1. 微信用户信息推送接口 == 
     39'''(pc端开发中)'''[[BR]] 
     40pc接口:'''http:// '''[[BR]] 
    4241 
    4342**说明** 
    44 >返回带参数二维码图片的url地址 
     43>上传微信用户信息 
    4544**调用方式** 
    46 >get 
     45>post 
    4746**请求参数** 
    4847||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
    49 ||= phoneId =||= 电话号码=||= long=||= =||= Y=||==|| 
     48 
    5049**返回数据** 
    5150{{{#!java 
    5251{ 
    5352   "code":200, 
    54    "desc":"成功", 
    55    "data":"https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=1234124" 
     53   "desc":"成功" 
    5654} 
    5755}}} 
    5856**返回参数说明** 
    5957||= 参数名 =||= 参数含义 =|| 
    60 ||= data=||= 二维码URL =|| 
    6158 
    6259