|
|
@@ -271,7 +271,7 @@ class CustomController extends Controller
|
|
|
// return false;
|
|
|
// }
|
|
|
|
|
|
- $fileCustomList = ['36523,/usr/local/nginx/html/huahuibao/vendor/../../resource/images/uploads/12970/36523/202404/26/dc5d37d62379c51c1a670f9fbea1b76e.txt'];
|
|
|
+ $fileCustomList = ['36523,/usr/local/nginx/html/huahuibao/vendor/../../resource/images/uploads/12970/36523/202404/26/056d075edbcd7a3d0b39d2a71c40b01d.txt'];
|
|
|
foreach ($fileCustomList as $fileCustom) {
|
|
|
|
|
|
$customerInfo = explode(',', $fileCustom);
|
|
|
@@ -289,7 +289,7 @@ class CustomController extends Controller
|
|
|
', $content);
|
|
|
|
|
|
foreach ($arr as $one) {
|
|
|
- $single = explode(' ', $one);
|
|
|
+ $single = explode(',', $one);
|
|
|
print_r($single);
|
|
|
}
|
|
|
|