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