wesmiler 3 месяцев назад
Родитель
Сommit
76d6d9b148
1 измененных файлов с 4 добавлено и 2 удалено
  1. 4 2
      app/Services/MpService.php

+ 4 - 2
app/Services/MpService.php

@@ -218,8 +218,10 @@ class MpService extends BaseService
             }
 
             $data = [
-                'path'=>$path,
-                'query'=>$query,
+                'jump_wxa'=>[
+                    'path'=>$path,
+                    'query'=>$query,
+                ],
                 'is_expire'=> $isExpire,
             ];