Changes between Version 4 and Version 5 of API/Passport
- Timestamp:
- 05/05/2011 05:53:13 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
API/Passport
v4 v5 1 1 [[TOC]] 2 3 = Passport = 2 4 3 5 通行证登陆 4 6 7 8 == Request == 9 10 || URL || http://dev85.pcauto.com.cn/proxy/passport2/login || 11 || method || POST || 12 13 required form field 14 15 || name || desc || 16 || username || || 17 || password || || 18 19 20 == Response == 21 22 || status || desc || 23 || 1 || 用户名和密码必须输入 || 24 || 2 || 用户不存在 || 25 || 3 || 密码错 || 26 || 4 || 必须输入验证码 || 27 || 5 || 验证码失败(您可能禁用了浏览器的Cookie) || 28 || 6 || 验证码失败(验证码超过15分钟会失效) || 29 || 7 || 验证码不正确 || 30 31 == Example == 5 32 {{{ 6 33 #!sh
![(please configure the [header_logo] section in trac.ini)](http://www1.pconline.com.cn/hr/2009/global/images/logo.gif)