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

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