作者 李宇航

合并分支 'lyh-server' 到 'master'

gx



查看合并请求 !1769
... ... @@ -75,7 +75,6 @@ class GoogleKeywordInsightLogic extends BaseLogic
DB::commit();
}catch (\Exception $e){
DB::rollBack();
$this->fail('保存失败,请联系管理员');
}
}
return $this->success(['id'=>$id ?? 0]);
... ...