|
|
@@ -181,11 +181,10 @@ class UploadController extends BaseController
|
|
|
mkdir($path, 0700, true);
|
|
|
}
|
|
|
$preFileName = stringUtil::uniqueFileName();
|
|
|
- $newFile = $preFileName . ".xls";
|
|
|
+ $newFile = $preFileName . ".txt";
|
|
|
$fullPathFile = $path . $newFile;
|
|
|
if (move_uploaded_file($file['tmp_name'], $fullPathFile)) {
|
|
|
|
|
|
-
|
|
|
//队列方式去处理
|
|
|
$customerCachedKey = 'file_batch_create_customer_list';
|
|
|
$value = $shopId . ',' . $fullPathFile;
|
|
|
@@ -199,5 +198,4 @@ class UploadController extends BaseController
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-
|
|
|
}
|