feat(admin): 续费订单支持手工绑定订阅(attach-subscription)+ 时区改为 Asia/Shanghai

This commit is contained in:
萝卜
2026-03-15 16:58:04 +08:00
parent 5095481604
commit 8e18a77f19
4 changed files with 122 additions and 1 deletions

View File

@@ -65,7 +65,7 @@ return [
|
*/
'timezone' => 'UTC',
'timezone' => env('APP_TIMEZONE', 'Asia/Shanghai'),
/*
|--------------------------------------------------------------------------