cqp 2 hónapja
szülő
commit
0c8b0b6c63
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      app/Service/OrderService.php

+ 1 - 1
app/Service/OrderService.php

@@ -623,7 +623,7 @@ class OrderService extends Service
 
                 // URL 可自定义跳转地址
                 $options = [
-                    'url' => 'https://xlkj.qingyaokeji.com/#/wxDetailGet?openid='.$openid.'&employee_id='.$employee_id,
+                    'url' => 'https://xlkj.qingyaokeji.com/#/wxDetailGet?openid='.$openid.'&employee_id='.$employee_id.'&id='.$reminder['id'],
                     'openid' => $openid,
                 ];