moonsflyer 7 месяцев назад
Родитель
Сommit
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());