avivaye
String mobile = "15120001234";

String smsContent = "短信内容";

Holder<String> responseSMS = new Holder<String>();
String data = "{\"mobiles\":[{\"mobile\":\""+mobile+"\"}],\"content\":\""+smsContent+"\"}";
int result =ProbeUrl.getInstance().post(   "http://sms.boxren.com/sms/webservice/rest/smsService/send.json",   data,   responseSMS );

 

分类:

技术点:

相关文章:

  • 2021-04-01
  • 2022-01-31
  • 2021-11-17
  • 2021-11-17
  • 2021-11-17
  • 2021-11-27
猜你喜欢
  • 2021-12-05
  • 2021-09-28
  • 2021-11-27
  • 2021-11-17
  • 2021-10-19
相关资源
相似解决方案