modified 细节修复

This commit is contained in:
zhaoxiang 2019-07-01 14:43:42 +08:00
parent c5ee12f931
commit 4206251226

View File

@ -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,