Changes between Version 11 and Version 12 of pcautofinance1.0_developers/interfaces


Ignore:
Timestamp:
09/14/2015 12:06:44 PM (11 years ago)
Author:
lanzhenhua
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/interfaces

    v11 v12  
    1717 
    1818> 第三方微信接口: 
    19  
    20 http请求方式: POST 
    2119'''URL: https://api.weixin.qq.com/cgi-bin/qrcode/create?access_token=TOKEN '''[[BR]] 
    2220'''POST数据格式:json'''[[BR]] 
    23  
    2421'''POST数据例子:{"expire_seconds": 604800, "action_name": "QR_SCENE", "action_info": {"scene": {"scene_id": 123}}}'''[[BR]] 
    25  
    2622**调用方式** 
    27  
    2823>post 
    29  
    3024**参数** 
    3125 
    3226||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
    33 ||= expire_seconds =||||= 二维码有效时间=||||= long=||||= 604800=|| ||= Y=||||==||      
     27||= expire_seconds =||= 二维码有效时间=||= long=||= 604800=||= Y=||==||      
    3428 
    3529**返回**