【新增】抖店优先发货对接

【新增】抖店优质快递对接
【新增】抖店加价发顺丰对接
【新增】抖店顺丰包邮支持协商更换物流
This commit is contained in:
chenping
2026-04-27 10:19:05 +08:00
parent 2189a016b9
commit 08e1c72cdd
24 changed files with 703 additions and 106 deletions

View File

@@ -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');