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());