feat : ali

This commit is contained in:
2024-11-06 14:36:28 +08:00
parent f6f5ab86bd
commit 534a044a26
2 changed files with 4 additions and 4 deletions

View File

@@ -93,7 +93,7 @@ class AliStsService extends BaseService
];
$res = $this->getAliStsControls($payload);
$this->log->info(__CLASS__.__FUNCTION__.':'.json_encode($res));
$this->log->info(__CLASS__.':'.__FUNCTION__.':'.json_encode($res));
return $this->return->success();
}
}