@@ -58,7 +58,7 @@ class SmsController
]);
} catch (\Exception $e) {
- dump($e->getMessage());
+ dump($e->getExceptions());
return json_fail("短信发送失败,请稍后重试");
}