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