From 0b36ae8baf9276761c85fce2550c28b842b41fc0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Wed, 11 Mar 2026 09:59:45 +0000 Subject: [PATCH] =?UTF-8?q?=E9=85=8D=E7=BD=AE=E5=8C=96=EF=BC=9A=E5=90=8C?= =?UTF-8?q?=E6=AD=A5=E5=A4=B1=E8=B4=A5=E5=8E=9F=E5=9B=A0=E9=93=BE=E6=8E=A5?= =?UTF-8?q?=E9=95=BF=E5=BA=A6=E9=98=88=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/saasshop.php | 9 +++++++++ resources/views/admin/platform_orders/index.blade.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 config/saasshop.php diff --git a/config/saasshop.php b/config/saasshop.php new file mode 100644 index 0000000..2dd03c4 --- /dev/null +++ b/config/saasshop.php @@ -0,0 +1,9 @@ + [ + 'sync_error_keyword_link_max_len' => 200, + ], +]; diff --git a/resources/views/admin/platform_orders/index.blade.php b/resources/views/admin/platform_orders/index.blade.php index f94e5d9..d06229e 100644 --- a/resources/views/admin/platform_orders/index.blade.php +++ b/resources/views/admin/platform_orders/index.blade.php @@ -6,7 +6,7 @@ @section('content') @php // 失败原因过长时不生成 sync_error_keyword 链接,避免 URL 过长/特殊字符破坏 query - $SYNC_ERROR_KEYWORD_LINK_MAX_LEN = 200; + $SYNC_ERROR_KEYWORD_LINK_MAX_LEN = (int) config('saasshop.platform_orders.sync_error_keyword_link_max_len', 200); @endphp

这里是总台视角的平台收费主链骨架页,当前阶段先承接套餐订购 / 续费 / 生效跟踪。