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