配置化:同步失败原因链接长度阈值

This commit is contained in:
萝卜
2026-03-11 09:59:45 +00:00
parent dac88217bd
commit 0b36ae8baf
2 changed files with 10 additions and 1 deletions

9
config/saasshop.php Normal file
View File

@@ -0,0 +1,9 @@
<?php
return [
// 平台订单列表中“同步失败原因”链接的最大长度阈值。
// 失败原因过长时不生成 sync_error_keyword 链接,避免 URL 过长/特殊字符破坏 query。
'platform_orders' => [
'sync_error_keyword_link_max_len' => 200,
],
];