Changes between Version 6 and Version 7 of pcauto_4.4.0/interface


Ignore:
Timestamp:
07/10/2014 11:38:46 AM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.4.0/interface

    v6 v7  
    592592 返回参数:如果已经登陆并且已经收藏,返回收藏id,否则返回-1 
    593593}}} 
     594 
     595=== 2.9 [=#point209 手机号注册]=== 
     596{{{ 
     597 备注:判断车型是否已经收藏 
     598 请求URL: 
     599 HTTP请求方式:post 
     600 是否需要登录:是 
     601 返回格式:json 
     602 缓存方式:无 
     603 缓存时间:无 
     604 请求参数: 
     605          1). code :手机短信验证码(系统发送的短信里包含的验证码) 
     606          2). password :密码 
     607          3). passwordConfirm :重输密码 
     608          4). mobile :手机号 
     609 返回参数: 
     610            status : 处理状态(0 为成功,其他为失败) 
     611            desc : 处理状态描述 
     612            accountId : 用户ID 
     613}}} 
     614 
     615=== 2.9.1 [=#point2091 发送手机验证码]=== 
     616{{{ 
     617 备注:发送手机验证码 
     618 请求URL: 
     619 HTTP请求方式:post 
     620 是否需要登录:是 
     621 返回格式:json 
     622 缓存方式:无 
     623 缓存时间:无 
     624 请求参数: 
     625           mobile :手机号 
     626 返回参数: 
     627             
     628}}} 
     629 
     630 
     631=== 2.9.2 [=#point2092 邮箱注册]=== 
     632{{{ 
     633 备注:邮箱注册 
     634 请求URL: 
     635 HTTP请求方式:post 
     636 是否需要登录:是 
     637 返回格式:json 
     638 缓存方式:无 
     639 缓存时间:无 
     640 请求参数: 
     641          1). captcha :验证码 
     642          2). password :密码 
     643          3). passwordConfirm :重输密码 
     644          4). email :邮箱地址 
     645          5). return :返回地址(URL) 
     646 返回参数: 
     647            status : 处理状态(0 为成功,其他为失败) 
     648            desc : 处理状态描述 
     649            accountId : 用户ID 
     650}}}