Orders::CANCEL]); if($result) { return true; } throw new \Exception('取消失败~'); }catch (\Exception $exception){ throw new \Exception($exception->getMessage(), $exception->getCode()); } } }