chore: src/app 目录与华为云第一台服务器上的代码做第一次比较合并

This commit is contained in:
2025-11-22 15:00:41 +08:00
parent c1170aafa8
commit f03dbbfc60
53 changed files with 3726 additions and 1228 deletions

View File

@@ -1907,6 +1907,7 @@ class Goods extends BaseShop
if ($data[ 'code' ] < 0) {
return $data;
}
$result = ( new GoodsImport() )->importGoods($data[ 'data' ], $this->site_id, $type);
return $result;
} else {