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