cqp 5 mesi fa
parent
commit
0c8b0b6c63
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      app/Service/OrderService.php

+ 1 - 1
app/Service/OrderService.php

@@ -623,7 +623,7 @@ class OrderService extends Service
 
 
                 // URL 可自定义跳转地址
                 // URL 可自定义跳转地址
                 $options = [
                 $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,
                     'openid' => $openid,
                 ];
                 ];