chore(billing-ui): align renewal defaults and tighten sync error keyword links

This commit is contained in:
萝卜
2026-03-17 05:16:40 +08:00
parent 313c6cfd5e
commit 2ac9c51ce4
6 changed files with 29 additions and 21 deletions

View File

@@ -4,7 +4,7 @@ return [
'platform_orders' => [
// 平台订单列表中“同步失败原因”链接的最大长度阈值。
// 失败原因过长时不生成 sync_error_keyword 链接,避免 URL 过长/特殊字符破坏 query。
'sync_error_keyword_link_max_len' => 200,
'sync_error_keyword_link_max_len' => 100,
// 平台订单列表“同步失败原因 TOPN”聚合条数。
'sync_failed_reason_top_n' => 5,