WIN-2308041133\Administrator 1 rok temu
rodzic
commit
214c701493
1 zmienionych plików z 0 dodań i 2 usunięć
  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();
     }