WIN-2308041133\Administrator 7 months ago
parent
commit
214c701493
1 changed files with 0 additions and 2 deletions
  1. 0 2
      application/admin/controller/wechat/Plan.php

+ 0 - 2
application/admin/controller/wechat/Plan.php

@@ -39,8 +39,6 @@ class Plan extends Backend
             }
             $this->error();
         }
-        $response = WechatResponse::get(['eventkey' => $row['eventkey']]);
-        $this->view->assign("response", $response);
         $this->view->assign("row", $row);
         return $this->view->fetch();
     }