|
@@ -15,7 +15,7 @@ if($method_type=="post"){
|
|
|
$stmit->execute(array($phone,$password,$time,$time));
|
|
|
$id=$pdo->lastInsertId();
|
|
|
$_SESSION['admin_id']=$id;
|
|
|
- exit(json_encode(array("code"=>1,"msg"=>"")));
|
|
|
+ exit(json_encode(array("code"=>1,"msg"=>"注册成功")));
|
|
|
}
|
|
|
|
|
|
?>
|