Changes between Version 26 and Version 27 of pcauto_4.4.0/interface


Ignore:
Timestamp:
07/25/2014 05:00:27 PM (12 years ago)
Author:
hejingdong
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • pcauto_4.4.0/interface

    v26 v27  
    800800}}} 
    801801 
     802=== 2.9.3 [=#point2093 验证用户名]=== 
     803{{{ 
     804 备注:验证用户名 
     805 请求URL:http://passport2.pconline.com.cn/passport2/api/validate_account.jsp 
     806 HTTP请求方式:post 
     807 是否需要登录:是 
     808 返回格式:json 
     809 缓存方式:无 
     810 缓存时间:无 
     811 请求参数: 
     812        username        用户名 
     813        recommendNum :用户名被占用产生多少随机用户名(默认3个) 
     814 返回参数: 
     815        {"status":2,"desc":" + message + ","field":"mobile"} 
     816        status : 处理状态(0 为成功,其他为失败) 
     817        desc : 处理状态描述 
     818}}} 
     819 
     820 
     821=== 2.9.4 [=#point2094 验证手机号]=== 
     822{{{ 
     823 备注:验证手机号 
     824 请求URL:http://passport2.pconline.com.cn/passport2/api/validate_mobile.jsp 
     825 HTTP请求方式:post 
     826 是否需要登录:是 
     827 返回格式:json 
     828 缓存方式:无 
     829 缓存时间:无 
     830 请求参数: 
     831        mobile  手机号 
     832 返回参数: 
     833        {"status":2,"desc":" + message + ","field":"mobile"} 
     834        status : 处理状态(0 为成功,其他为失败) 
     835        desc : 处理状态描述 
     836}}} 
     837 
     838=== 2.9.5 [=#point2095 验证邮箱]=== 
     839{{{ 
     840 备注:验证邮箱 
     841 请求URL:http://passport2.pconline.com.cn/passport2/api/validate_email.jsp 
     842 HTTP请求方式:post 
     843 是否需要登录:是 
     844 返回格式:json 
     845 缓存方式:无 
     846 缓存时间:无 
     847 请求参数: 
     848        email :邮箱地址 
     849 返回参数: 
     850        {"status":2,"desc":" + message + ","field":"mobile"} 
     851        status : 处理状态(0 为成功,其他为失败) 
     852        desc : 处理状态描述 
     853}}} 
     854 
     855 
     856=== 2.9.6 [=#point2096 获取验证码图片]=== 
     857{{{ 
     858 备注:验证码接口, 
     859 请求URL:http://captcha.pcauto.com.cn/captcha/v.jpg 
     860 HTTP请求方式:get 
     861 是否需要登录:否 
     862 返回格式: 
     863 缓存方式:禁用缓存 
     864 缓存时间:无 
     865 请求参数:无 
     866 返回参数: 
     867        返回一张验证码图片 
     868}}} 
     869 
    802870=== 2.10.1 [=#point210 添加收藏的文章]=== 
    803871{{{