1.优化商城参数配置菜单-以及配置生效问题

This commit is contained in:
2026-05-06 15:50:42 +08:00
parent ec499dce0f
commit ddd533f436
7 changed files with 144 additions and 36 deletions

View File

@@ -5,7 +5,7 @@
*/
return [
/**
* 以下三项比例以数据表 mall_config 为准(后台「商城参数配置」)。
* 以下三项比例以数据表 mall_business_config 为准(后台「商城参数配置」)。
* 此处保留 env 仅作兼容/文档默认值;业务代码请使用 MallPlayxRatios::get()。
*/
'return_ratio' => floatval(env('PLAYX_RETURN_RATIO', '0.1')),