11
This commit is contained in:
@@ -62,7 +62,7 @@ class UserController extends Frontend
|
|||||||
|
|
||||||
public function bindAlipay()
|
public function bindAlipay()
|
||||||
{
|
{
|
||||||
$get = $this->request->param();
|
$get = $this->request->get();
|
||||||
$user = $this->auth->getUser();
|
$user = $this->auth->getUser();
|
||||||
// 获取请求参数
|
// 获取请求参数
|
||||||
$userId = $user['user_id'];
|
$userId = $user['user_id'];
|
||||||
|
|||||||
Reference in New Issue
Block a user