cqp 3 달 전
부모
커밋
0c8b0b6c63
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,
                 ];
                 ];