mirror of
https://gitee.com/ShopeX/OMS
synced 2026-05-01 04:45:39 +08:00
【新增】抖店优先发货对接
【新增】抖店优质快递对接 【新增】抖店加价发顺丰对接 【新增】抖店顺丰包邮支持协商更换物流
This commit is contained in:
@@ -243,6 +243,12 @@ EOF;
|
||||
$this->install_app_by_install_queue($applist, $options);
|
||||
|
||||
$this->command_install_demodata('demodata');
|
||||
|
||||
try {
|
||||
kernel::single('entermembercenter_stat')->reportInstall();
|
||||
} catch (Throwable $e) {
|
||||
// 安装统计上报失败不阻断 install_product
|
||||
}
|
||||
}
|
||||
|
||||
var $command_install_demodata = "安装初始化数据";
|
||||
|
||||
Reference in New Issue
Block a user