变量错误修复

feat/task1-c-wallet
gongfuxiang 2023-03-01 11:20:47 +08:00
parent c4213fc6ac
commit 45efea2a45
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ class ResourcesService
}
}
}
return DataReturn(MyLang('common_service.resources.sync_file_to_db_tips', ['count'=>$count, 'success'=>$success, 'error'=>$errstr]), 0);
return DataReturn(MyLang('common_service.resources.sync_file_to_db_tips', ['count'=>$count, 'success'=>$success, 'error'=>$error]), 0);
}
/**