@@ -106,7 +106,7 @@ |
||
| 106 | 106 | } else { |
| 107 | 107 | throw new \Exception("请求失败 " . $data); |
| 108 | 108 | } |
| 109 | - }catch (Exception $exception){ |
|
| 109 | + } catch (Exception $exception){ |
|
| 110 | 110 | throw new \Exception("异常 " . $exception); |
| 111 | 111 | } |
| 112 | 112 | } |