This commit is contained in:
parent
923abf457a
commit
ae494c27dc
|
@ -587,6 +587,7 @@ class OrderController extends base
|
|||
|
||||
return $this->success(implode("\n", $flow));
|
||||
}catch(\Exception $e) {
|
||||
Log::info(sprintf('oneClickRepair error:%s, %s, %s', $e->getMessage(), $e->getFile(), $e->getLine()) );
|
||||
return $this->error(2006, '出错了:' . $e->getMessage());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue