代码拉取完成,页面将自动刷新
同步操作将从 LEADSHOP开源商城系统/Leadshop_免费且开源 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
<?php
/**
* @link http://www.heshop.com/
* @copyright Copyright (c) 2020 HeShop Software LLC
* @license http://www.heshop.com/license/
*/
namespace leadmall;
use framework\common\BasicModule;
/**
* v2 module definition class
*/
class Module extends BasicModule
{
/**
* @inheritdoc
*/
public $controllerNamespace = 'leadmall';
/**
* @inheritdoc
*/
public function init()
{
parent::init();
}
public function eventList()
{
$this->on('check_order', ["\order\api\IndexController", 'checkOrder']); //订单检测
$this->on('check_evaluate', ["\order\api\EvaluateController", 'checkEvaluate']); //评价检测
$this->on('visit', ["\statistical\api\VisitController", 'saveLog']); //访客
$this->on('user_upload', ["\statistical\api\UploadController", 'saveLog']); //用户上传文件
$this->on('user_statistical', ["\users\app\IndexController", 'statistical']); //用户统计
$this->on('visit_goods', ["\statistical\api\GoodsVisitController", 'saveLog']); //浏览商品记录
$this->on('add_order', ["\goods\app\IndexController", 'reduceStocks']); //下单商品减库存
$this->on('add_order', ["\cart\app\IndexController", 'cartClear']); //下单清空对应购物车商品
$this->on('cancel_order', ["\goods\app\IndexController", 'addStocks']); //取消订单返还库存
$this->on('pay_order', ["\goods\app\IndexController", 'addSales']); //付款增加商品销售额
$this->on('pay_order', ["\users\api\LabellogController", 'giveLabel']); //付款判断用户是否有新的标签
$this->on('send_sms', ["\sms\app\IndexController", 'sendSms']); //发送短信
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。