- 在系统配置中添加"award_integral_price"字段,用于设置分红积分基准价格 - 添加对分红积分基准价格的验证,确保其值大于 0 - 优化了代码格式,调整了数组元素的缩进
@@ -43,5 +43,6 @@ return [
'createTool' => 'app\command\createTool',
//更新城市数据,导入/更新子集
'cm_cli' => 'app\command\crmebCommand',
+ 'test' => 'app\command\Test',
],
];