|
@@ -422,6 +422,7 @@ class Manage
|
|
|
$file = Dever::param('file', $param);
|
|
|
if ($file) {
|
|
|
$file = str_replace('wonderful', 'upload', Dever::local($file));
|
|
|
+ $file = str_replace('https://api.huoxingkandiqiu.com/', '/www/', $file);
|
|
|
|
|
|
$data = Dever::excelImport($file);
|
|
|
if ($data) {
|