This commit is contained in:
jianghanbo 2024-09-10 17:02:11 +08:00
parent 923abf457a
commit ae494c27dc
1 changed files with 1 additions and 0 deletions

View File

@ -587,6 +587,7 @@ class OrderController extends base
return $this->success(implode("\n", $flow)); return $this->success(implode("\n", $flow));
}catch(\Exception $e) { }catch(\Exception $e) {
Log::info(sprintf('oneClickRepair error:%s, %s, %s', $e->getMessage(), $e->getFile(), $e->getLine()) );
return $this->error(2006, '出错了:' . $e->getMessage()); return $this->error(2006, '出错了:' . $e->getMessage());
} }
} }