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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/interfaces

    v46 v47  
    3636---------- 
    3737= PC端接口 = 
    38 == 1. 微信用户信息推送接口 == 
     38== 1. 保存微信用户信息接口 == 
     39'''(pc端开发中)'''[[BR]] 
     40pc接口:'''http:// '''[[BR]] 
     41 
     42**说明** 
     43>上传微信用户信息 
     44**调用方式** 
     45>post 
     46**请求参数** 
     47||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
     48 
     49**返回数据** 
     50{{{#!java 
     51{ 
     52   "code":200, 
     53   "desc":"成功" 
     54} 
     55}}} 
     56**返回参数说明** 
     57||= 参数名 =||= 参数含义 =|| 
     58== 1. 保存微信用户信息接口 == 
    3959'''(pc端开发中)'''[[BR]] 
    4060pc接口:'''http:// '''[[BR]]