WIN-2308041133\Administrator 1 년 전
부모
커밋
214c701493
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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();
     }