作者 李宇航

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

gx



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