| | |
| | | * @return |
| | | */ |
| | | public boolean sendCellulantMessage(String toPhone, String msg){ |
| | | String url = "https://sms.nalosolutions.com/smsbackend/Nal_resl/send-message/"; |
| | | String url = "https://sms.nalosolutions.com/smsbackend/clientapi/Cell_resl/send-message/"; |
| | | HttpRequest post = HttpUtil.createPost(url); |
| | | post.contentType(ContentType.JSON.toString()); |
| | | JSONObject params = new JSONObject(); |
| | |
| | | return false; |
| | | } |
| | | } |
| | | |
| | | |
| | | |
| | | public static void main(String[] ages){ |
| | | SMSUtil smsUtil = new SMSUtil(); |
| | | smsUtil.sendCellulantMessage("233244915521", "您的验证码为:123456,该验证码5分钟内有效,请勿泄漏于他人!"); |
| | | } |
| | | } |