Browse Source

20221013 重新存取 utm 參數

LuluFJ.Ho 2 years ago
parent
commit
5b3fad726b
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      app/Http/Controllers/Api/SeminarSignUpController.php

+ 2
- 1
app/Http/Controllers/Api/SeminarSignUpController.php View File

@@ -235,7 +235,8 @@ class SeminarSignUpController extends ApiController
235 235
             
236 236
             $tmp = substr($media, 1);
237 237
 
238
-            return $tmp;
238
+            $tmpArr = explode('&',$tmp);
239
+            return $tmpArr;
239 240
 
240 241
                 $res = [
241 242
                     'id'      => $id,