From 9fc354bf8e466000bfac57d9ec0369c386848c20 Mon Sep 17 00:00:00 2001 From: Anyon Date: Tue, 8 Oct 2019 14:39:14 +0800 Subject: [PATCH] Update OplogService.php --- application/admin/service/OplogService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/application/admin/service/OplogService.php b/application/admin/service/OplogService.php index 30517b420..7d71fc8fb 100644 --- a/application/admin/service/OplogService.php +++ b/application/admin/service/OplogService.php @@ -28,8 +28,8 @@ class OplogService { /** * 写入操作日志 - * @param string $action - * @param string $content + * @param string $action 日志行为 + * @param string $content 日志内容 * @return bool */ public static function write($action = '行为', $content = "内容描述")