-
Notifications
You must be signed in to change notification settings - Fork 2
接口说明
qiangrw edited this page Feb 8, 2012
·
4 revisions
前台向后台发出REQUEST,使用的网址格式如下
index.php/account/login_process
index.php/account/register_process
...
- post index.php/account/process_login
- param:email,password
- return
data.result: if succ 1 else -1
data.msg: error msg
- post index.php/account/process_password
- param : old_password,new_password,new_password2
- return
data.result if succ 1 else -1
data.msg error info
- post index.php/account/process_register
- param:email,password,password2,username,gender,birthday,hometown,vcode
- return