mirror of
https://gitee.com/ShopeX/OMS
synced 2026-04-30 20:45:33 +08:00
【新增】抖店优先发货对接
【新增】抖店优质快递对接 【新增】抖店加价发顺丰对接 【新增】抖店顺丰包邮支持协商更换物流
This commit is contained in:
@@ -131,6 +131,11 @@ class setup_ctl_default extends setup_controller{
|
||||
* @return mixed 返回值
|
||||
*/
|
||||
public function success(){
|
||||
try {
|
||||
kernel::single('entermembercenter_stat')->reportInstall();
|
||||
} catch (Throwable $e) {
|
||||
// 上报失败不阻断成功页
|
||||
}
|
||||
$this->pagedata['statics_url'] = $this->app->res_url;
|
||||
$this->pagedata['conf'] = base_setup_config::deploy_info();
|
||||
$output = $this->fetch('installer-success.html');
|
||||
|
||||
Reference in New Issue
Block a user