diff --git a/app/common/library/wxserver/Server.php b/app/common/library/wxserver/Server.php index 13afd5ba..18a3d263 100644 --- a/app/common/library/wxserver/Server.php +++ b/app/common/library/wxserver/Server.php @@ -240,7 +240,7 @@ 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->getStableAccessToken(); $list = [];