补充提交

This commit is contained in:
焦钰锟 2025-03-20 13:54:13 +08:00
parent 466b57196e
commit 2826f7bb78
2 changed files with 8 additions and 4 deletions

View File

@ -4,6 +4,7 @@ namespace app\api\controller;
use addons\epay\library\Service;
use app\common\controller\Api;
use app\common\library\NightSchoolBigData;
use app\common\model\school\classes\ClassesLib;
use app\common\model\school\classes\order\Order;
use app\common\model\school\classes\VisitDistribution;
use bw\UrlLock;
@ -24,6 +25,9 @@ class Crontab extends Api
*/
public function day()
{
try{
$res = Order::timeoutCheck(true);
$res = \app\common\model\school\classes\activity\order\Order::timeoutCheck(true);

View File

@ -18,7 +18,7 @@ return [
// 应用命名空间
'app_namespace' => 'app',
// 应用调试模式
'app_debug' => Env::get('app.debug', false),
'app_debug' => Env::get('app.debug', true),
// 应用Trace
'app_trace' => Env::get('app.trace', false),
// 应用模式状态
@ -159,7 +159,7 @@ return [
// 错误显示信息,非调试模式有效
'error_message' => '你所浏览的页面暂时无法访问',
// 显示错误信息
'show_error_msg' => false,
'show_error_msg' => true,
// 异常处理handle类 留空使用 \think\exception\Handle
'exception_handle' => '',
// +----------------------------------------------------------------------
@ -282,7 +282,7 @@ return [
//登录验证码
'login_captcha' => true,
//登录失败超过10次则1天后重试
'login_failure_retry' => true,
'login_failure_retry' => false,
//是否同一账号同一时间只能在一个地方登录
'login_unique' => false,
//是否开启IP变动检测
@ -310,7 +310,7 @@ return [
//插件纯净模式插件启用后是否删除插件目录的application、public和assets文件夹
'addon_pure_mode' => true,
//允许跨域的域名,多个以,分隔
'cors_request_domain' => 'localhost,127.0.0.1',
'cors_request_domain' => 'localhost,127.0.0.1,testy1.hschool.com.cn',
//版本号
'version' => '1.5.2.20240906',
//API接口地址