Parcourir la source

20221013 重新存取 utm 參數

LuluFJ.Ho il y a 2 ans
Parent
révision
5b3fad726b
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2
    1
      app/Http/Controllers/Api/SeminarSignUpController.php

+ 2
- 1
app/Http/Controllers/Api/SeminarSignUpController.php Voir le fichier

@@ -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,