|
@@ -32,6 +32,7 @@ class CronAction extends Action {
|
|
|
//删除本地dat文件
|
|
|
@unlink($path_parts['dirname'] . '/' . $path_parts['filename'] . '.dat');
|
|
|
$datRes = Zmcoding\FtpFile::getInstance($config)->up_file($zip, $tagetDat);
|
|
|
+ echo "datRes:".$datRes.PHP_EOL;
|
|
|
if ($datRes) {
|
|
|
$md5Res = Zmcoding\FtpFile::getInstance($config)->up_file($v, $targetDir . '/' . $path_parts['basename']); //md5文件
|
|
|
if ($md5Res) {
|