Changes between Version 154 and Version 155 of pcautofinance1.0_developers/interfaces


Ignore:
Timestamp:
10/22/2015 11:17:03 AM (10 years ago)
Author:
caozhaoyuan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcautofinance1.0_developers/interfaces

    v154 v155  
    4242= PC端接口 = 
    4343== 1. 用户信息上传接口(微信) == 
    44 '''(pc端开发)'''[[BR]] 
    45 pc接口:'''http:// '''[[BR]] 
     44'''(pc端开发完成)'''[[BR]] 
     45pc接口:'''http://jr.pcauto.com.cn:8001/interface/outer/weixin/account.jsp '''[[BR]] 
    4646 
    4747**说明** 
     
    5151**请求参数** 
    5252||= 参数名 =||= 参数含义 =||= 类型 =||= 默认值 =||= 是否必需 =||=说明=|| 
    53  
     53||= data =||= 提交的json数据 =||= string =||= 无 =||= 是 =||=说明=|| 
     54 
     55**提交数据** 
     56{{{#!java 
     57{ 
     58  "openId":"123123","phone":"18302077684","wxAccount":"asdfaf" 
     59} 
     60}}} 
    5461**返回数据** 
    5562{{{#!java 
     
    6168**返回参数说明** 
    6269||= 参数名 =||= 参数含义 =||  
     70||= code =||= 返回码 =||  
     71||= desc =||= 描述 =||  
    6372[[BR]] 
    6473