Changes between Version 44 and Version 45 of pcautofinance1.0_developers/interfaces
- Timestamp:
- 09/14/2015 03:52:16 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
pcautofinance1.0_developers/interfaces
v44 v45 36 36 ---------- 37 37 = 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]] 42 43 **说明** 44 >返回带参数二维码图片的url地址 45 **调用方式** 46 >get 47 **请求参数** 48 ||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 49 ||= phoneId =||= 电话号码=||= long=||= =||= Y=||==|| 50 **返回数据** 51 {{{#!java 52 { 53 "code":200, 54 "desc":"成功", 55 "data":"https://mp.weixin.qq.com/cgi-bin/showqrcode?ticket=1234124" 56 } 57 }}} 58 **返回参数说明** 59 ||= 参数名 =||= 参数含义 =|| 60 ||= data=||= 二维码URL =|| 38 61 39 62
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)