cqp hai 2 meses
pai
achega
4b4e66032b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      app/Console/Commands/ToDoReminder.php

+ 1 - 1
app/Console/Commands/ToDoReminder.php

@@ -119,7 +119,7 @@ class ToDoReminder extends Command
         // 发送消息
         // 发送消息
         list($status, $msg) = $wxService->sendTemplateMessage('to_do', $params, [
         list($status, $msg) = $wxService->sendTemplateMessage('to_do', $params, [
             'openid' => $openid,
             'openid' => $openid,
-            'pagepath' => 'pages/Todo/index/index?id=' . $todo->id, // 小程序路径或URL
+//            'pagepath' => 'pages/Todo/index/index?id=' . $todo->id, // 小程序路径或URL
         ]);
         ]);
         return [$status, $msg];
         return [$status, $msg];
     }
     }