|
|
|
@ -31,7 +31,7 @@ class AccountController extends AbstractController
|
|
|
|
|
|
|
|
|
|
private function createRequestLog($data) {
|
|
|
|
|
$params = [
|
|
|
|
|
'app_id' => '',
|
|
|
|
|
'app_id' => '202308070000001',
|
|
|
|
|
'data' => json_encode($data),
|
|
|
|
|
];
|
|
|
|
|
return $this->requestService->createRequestLog('', $params);
|
|
|
|
|