shichen b6c5ecc67a init hace 10 meses
..
api b6c5ecc67a init hace 10 meses
backend b6c5ecc67a init hace 10 meses
common b6c5ecc67a init hace 10 meses
console b6c5ecc67a init hace 10 meses
AddonConfig.php b6c5ecc67a init hace 10 meses
AddonMessage.php b6c5ecc67a init hace 10 meses
Install.php b6c5ecc67a init hace 10 meses
Uninstall.php b6c5ecc67a init hace 10 meses
Upgrade.php b6c5ecc67a init hace 10 meses
install.sql b6c5ecc67a init hace 10 meses
migrate.sql b6c5ecc67a init hace 10 meses
presale.sql b6c5ecc67a init hace 10 meses
readme.txt b6c5ecc67a init hace 10 meses
version b6c5ecc67a init hace 10 meses

readme.txt

1、backend\modules\mall\controllers\LinkController类 149行-156行新增获取活动分类,活动列表接口
2、common\enum\DiyEnum类 31行-33行新增 DEPOSIT_PRESALE_GOODS_DETAIL,DEPOSIT_PRESALE_CATEGORY_GOODS_LIST两个常量
3、common\globals目录下面新增订单列表的公共调用OrderList类
4、common\globals\GlobalInvoke类 37行新增 self::ORDER_LIST => ['class'=>'common\globals\OrderList','method'=>'getOrderList','validateInvokeMethod'=>'validateGetOrderList'],
5、api\modules\v1\controllers\order\OrderController类 181行-183行新增公共订单列表的公共调用
6、新增定时任务 预售活动错过付尾款时间订单退款;执行命令 deposit-presale/presale/deal-order;规则 0 */40 * * * *
7、sql文件位于当前目录下DepositPresale插件压缩包中的presale.sql