moonsflyer 8 月之前
父節點
當前提交
b2d2b017c3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/api/controller/ServiceController.php

+ 1 - 1
app/api/controller/ServiceController.php

@@ -185,7 +185,7 @@ class ServiceController extends BaseApiController
             $result = ServiceLogic::addLog($params);
             if (true === $result) {
 
-                return $this->success('日志插入成功', [], 1, 1);
+                return $this->success('', [], 1, 1);
             }
             return $this->fail(ServiceLogic::getError());