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();
     }