wang hou sheng 8 months ago
parent 8bfa21bacf
commit 71ab749f63
  1. 4
      app/common/library/wxserver/Server.php

@ -258,7 +258,7 @@ class Server
'id' => $value['draft_id'], 'id' => $value['draft_id'],
]; ];
} }
Cache::set('wx_server_drafttemplatelist', $list, 86400); Cache::set('wx_server_drafttemplatelist', $list, 7200);
} }
} }
return $list; return $list;
@ -346,7 +346,7 @@ class Server
'draft_id' => $value['draft_id'], 'draft_id' => $value['draft_id'],
]; ];
} }
Cache::set('wx_server_templatelist', $list, 86400); Cache::set('wx_server_templatelist', $list, 7200);
} }
} }
return $list; return $list;

Loading…
Cancel
Save