瀏覽代碼

20221013 重新存取 utm 參數

LuluFJ.Ho 2 年之前
父節點
當前提交
d750226db8
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      app/Http/Services/Api/SeminarSignUpService.php

+ 1
- 1
app/Http/Services/Api/SeminarSignUpService.php 查看文件

@@ -139,7 +139,7 @@ class SeminarSignUpService
139 139
         
140 140
         $res = $this->signupDb
141 141
             ->select(['id', 'media'])
142
-            ->where('id', '1')
142
+            ->where('id', '3')
143 143
 
144 144
             ->get()
145 145
             ->toArray();