Skip to content
qiangrw edited this page Feb 8, 2012 · 4 revisions

Table of Contents

接口使用

前台向后台发出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