From 0055e51483f40f9f0465a0af2cae8795bf2b6614 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Thu, 21 Dec 2023 21:40:01 +0800 Subject: [PATCH] yh --- app/Controller/Payment/AccountController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Controller/Payment/AccountController.php b/app/Controller/Payment/AccountController.php index a8400db..daabf26 100644 --- a/app/Controller/Payment/AccountController.php +++ b/app/Controller/Payment/AccountController.php @@ -97,6 +97,7 @@ class AccountController extends AbstractController { $userInfo = $this->checkUser($request); $requestLog = $this->createRequestLog(['userId' => 'ACT_' . $userInfo['userId']]); + var_dump($requestLog->toArray()); $url = $this->userService->register($requestLog->getData(), $requestLog->app, $requestLog->request_token); return $this->success(['url' => $url]); }