整合前端代码

This commit is contained in:
Alone
2024-07-31 10:14:18 +08:00
parent fb46dd0ae3
commit 52dae69a29
29 changed files with 69 additions and 35 deletions
+2 -2
View File
@@ -31,10 +31,10 @@ class Source extends QfShop
// 检查缓存中是否存在该键
if (Cache::has($cacheKey)) {
return jerr("该接口今天已经执行过,请明天再试!");
return jerr("请勿频繁调用,一个小时后再试!");
}
Cache::set($cacheKey, time(), 43200);
Cache::set($cacheKey, time(), 3600);
ini_set('max_execution_time', -1);
//分页转存