Browse Source

20221013 重新存取 utm 參數

LuluFJ.Ho 2 years ago
parent
commit
791c09a359
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      app/Http/Services/Api/SeminarSignUpService.php

+ 0
- 1
app/Http/Services/Api/SeminarSignUpService.php View File

154
     public function updateUTMData($id, $data) 
154
     public function updateUTMData($id, $data) 
155
     {
155
     {
156
         \Log::info(print_r($data, true));
156
         \Log::info(print_r($data, true));
157
-        return;
158
         $res = $this->signupDb
157
         $res = $this->signupDb
159
             ->where('id', $id)
158
             ->where('id', $id)
160
             ->update([
159
             ->update([