提交 52cfe3b2 编写于 作者: D devil_gong

百度小程序

上级 2cc2fd56
...@@ -47,7 +47,7 @@ class Answer extends Common ...@@ -47,7 +47,7 @@ class Answer extends Common
$this->IsLogin(); $this->IsLogin();
// 参数 // 参数
$params = input(); $params = $this->data_request;
$params['user'] = $this->user; $params['user'] = $this->user;
// 分页 // 分页
......
...@@ -54,7 +54,7 @@ class User extends Common ...@@ -54,7 +54,7 @@ class User extends Common
} }
// 调用服务层 // 调用服务层
return UserService::AppReg(input('post.')); return UserService::AppReg($this->data_post);
} }
/** /**
...@@ -73,7 +73,7 @@ class User extends Common ...@@ -73,7 +73,7 @@ class User extends Common
} }
// 调用服务层 // 调用服务层
return UserService::AppUserBindVerifySend(input('post.')); return UserService::AppUserBindVerifySend($this->data_post);
} }
/** /**
......
...@@ -47,7 +47,7 @@ class UserGoodsFavor extends Common ...@@ -47,7 +47,7 @@ class UserGoodsFavor extends Common
public function Index() public function Index()
{ {
// 参数 // 参数
$params = input(); $params = $this->data_request;
$params['user'] = $this->user; $params['user'] = $this->user;
// 分页 // 分页
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册