moonsflyer hai 8 meses
pai
achega
b2d2b017c3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);
             $result = ServiceLogic::addLog($params);
             if (true === $result) {
             if (true === $result) {
 
 
-                return $this->success('日志插入成功', [], 1, 1);
+                return $this->success('', [], 1, 1);
             }
             }
             return $this->fail(ServiceLogic::getError());
             return $this->fail(ServiceLogic::getError());