This commit is contained in:
2025-08-16 09:32:10 +08:00
parent 27dab0a399
commit f85df5c385

View File

@@ -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'];