| | |
| | | |
| | | |
| | | /** |
| | | * Cellulant短信 |
| | | * 短信 : https://www.nalosolutions.com/ |
| | | * @param toPhone |
| | | * @param msg |
| | | * @return |
| | |
| | | execute.close(); |
| | | JSONObject jsonObject = JSON.parseObject(body); |
| | | Integer status = jsonObject.getInteger("status"); |
| | | if(1701 == status){ |
| | | if(null != status && 1701 == status){ |
| | | return true; |
| | | }else{ |
| | | System.err.println("短信发送失败:" + jsonObject.toJSONString()); |
| | | return false; |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | public static void main(String[] ages){ |
| | | SMSUtil smsUtil = new SMSUtil(); |
| | | smsUtil.sendCellulantMessage("233244915521", "您的验证码为:123456,该验证码5分钟内有效,请勿泄漏于他人!"); |
| | | } |
| | | } |