切换导航条
此项目
正在载入...
登录
周海龙
/
globalso
·
提交
转到一个项目
GitLab
转到仪表盘
项目
活动
文件
提交
管道
0
构建
0
图表
里程碑
问题
0
合并请求
0
成员
标记
维基
派生
网络
创建新的问题
下载为
差异文件
浏览文件
作者
李宇航
2025-03-25 17:06:09 +0800
提交
21ecb24e582db6fc243d39d573aff405a3afc722
2 个父辈
fb916e7d
dd8b2b1b
合并分支 'lyh-server' 到 'master'
Lyh server 查看合并请求 !1565
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
2 行增加
和
2 行删除
app/Models/GoogleKeywordInsight/GoogleKeywordInsight.php
app/Models/GoogleKeywordInsight/GoogleKeywordInsightDetail.php
app/Models/GoogleKeywordInsight/GoogleKeywordInsight.php
查看文件 @
21ecb24
...
...
@@ -13,7 +13,7 @@ use App\Models\Base;
class
GoogleKeywordInsight
extends
Base
{
protected
$table
=
'gl_google_
keyword_
insight'
;
protected
$table
=
'gl_google_insight'
;
/**
* @remark :保存洞察总数据
...
...
app/Models/GoogleKeywordInsight/GoogleKeywordInsightDetail.php
查看文件 @
21ecb24
...
...
@@ -14,7 +14,7 @@ use App\Models\Base;
class
GoogleKeywordInsightDetail
extends
Base
{
protected
$table
=
'gl_google_
keyword_
insight_detail'
;
protected
$table
=
'gl_google_insight_detail'
;
/**
* @remark :保存洞察数据详情
...
...
请
注册
或
登录
后发表评论