|
@@ -149,6 +149,7 @@ public class SendMessageContorller {
|
|
|
} catch (Exception e) {
|
|
} catch (Exception e) {
|
|
|
map.put("status", SmsConst.ERROR);
|
|
map.put("status", SmsConst.ERROR);
|
|
|
map.put("message", "发送异常");
|
|
map.put("message", "发送异常");
|
|
|
|
|
+ System.err.println(e.getMessage());
|
|
|
e.printStackTrace();
|
|
e.printStackTrace();
|
|
|
}
|
|
}
|
|
|
} else {
|
|
} else {
|