mirror of
https://gitee.com/apiadmin/ApiAdmin.git
synced 2025-04-06 03:58:00 +08:00
modified 细节修复
This commit is contained in:
parent
c5ee12f931
commit
4206251226
@ -67,7 +67,7 @@ class ApiLogTool {
|
||||
public static function save() {
|
||||
$logPath = Env::get('runtime_path') . 'ApiLog' . DIRECTORY_SEPARATOR;
|
||||
$logStr = implode(self::$separator, array(
|
||||
'[' . date('Y-m-d H:i:s') . '] ',
|
||||
'[' . date('Y-m-d H:i:s') . ']',
|
||||
self::$apiInfo,
|
||||
self::$request,
|
||||
self::$header,
|
||||
|
Loading…
x
Reference in New Issue
Block a user