diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index 61921986..aac8451b 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -227,8 +227,9 @@ class Server */ public function getTemplatedraftlist() { + if (Cache::has('wx_server_drafttemplatelist')) { - return Cache::get('wx_server_drafttemplatelist'); + //return Cache::get('wx_server_drafttemplatelist'); } $token = $this->getComponentAccessToken(); return [$token];