厦门阿里云代理商:安卓发送短信完整代码

import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;

public class AlibabaCloudSMS {

public static void main(String[] args) {
    String accessKeyId = "your_access_key_id";
    String accessKeySecret = "your_access_key_secret";
    String phoneNumbers = "your_phone_number";
    String signName = "your_sign_name";
    String templateCode = "your_template_code";
    String templateParam = "{"code":"123456"}";

    try {
        String url = "http://dysmsapi.aliyuncs.com/?Action=SendSms"
                + "&PhoneNumbers=" + URLEncoder.encode(phoneNumbers, "UTF-8")
                + "&SignName=" + URLEncoder.encode(signName, "UTF-8")
                + "&TemplateCode=" + URLEncoder.encode(templateCode, "UTF-8")
                + "&TemplateParam=" + URLEncoder.encode(templateParam, "UTF-8")
                + "&AccessKeyId=" + URLEncoder.encode(accessKeyId, "UTF-8")
                + "&SignatureMethod=HMAC-SHA1"
                + "&SignatureNonce=45e25e9b-0a6f-4e51-9c3a-731b488ec5fc"
                + "&SignatureVersion=1.0"
                + "&Timestamp=2018-12-05T23:56:34Z"
                + "&Signature=Signature";

        System.out.println("SMS URL: " + url);
    } catch (UnsupportedEncodingException e) {
        e.printStackTrace();
    }
}

}

import java.io.*;
import java.net.*;
import java.util.*;

厦门阿里云代理商:安卓发送短信完整代码

public class SMSSender {


public static void main(String[] args) {
    String url = "http://api.k780.com:88";
    String appKey = "your_app_key";
    
    Map<String, String> params = new HashMap<>();
    params.put("app", "sms.send");
    params.put("tempid", "your_template_id");
    params.put("sign", "your_sign");
    params.put("appkey", appKey);
    params.put("mobile", "your_mobile_number");
    params.put("content", "your_message_content");
    
    try {
        URL obj = new URL(url);
        HttpURLConnection con = (HttpURLConnection) obj.openConnection();
        con.setRequestMethod("POST");
        con.setDoOutput(true);
        
        DataOutputStream wr = new DataOutputStream(con.getOutputStream());
        wr.writeBytes(getParamsString(params));
        wr.flush();
        wr.close();
        
        BufferedReader in = new BufferedReader(new InputStreamReader(con.getInputStream()));
        String inputLine;
        StringBuffer response = new StringBuffer();
        
        while ((inputLine = in.readLine()) != null) {
            response.append(inputLine);
        }
        in.close();
        
        System.out.println(response.toString());
    } catch (Exception e) {
        e.printStackTrace();
    }
}

private static String getParamsString(Map<String, String> params) throws UnsupportedEncodingException {
    StringBuilder result = new StringBuilder();
    
    for (Map.Entry<String, String> entry : params.entrySet()) {
        result.append(URLEncoder.encode(entry.getKey(), "UTF-8"));
        result.append("=");
        result.append(URLEncoder.encode(entry.getValue(), "UTF-8"));
        result.append("&");
    }
    
    String resultString = result.toString();
    return resultString.length() > 0 ? resultString.substring(0, resultString.length() - 1) : resultString;
}

}

发布者:luotuoemo,转转请注明出处:https://www.jintuiyun.com/156548.html

Like (0)
luotuoemo的头像luotuoemo
Previous 2024年3月3日 03:00
Next 2024年3月3日 03:58

相关推荐

  • 湛江阿里云代理商:asp.net 取存储过程返回记录集

    要在ASP.NET中取存储过程返回的记录集,可以使用ADO.NET来实现。以下是一个示例代码: using System; using System.Data; using System.Data.SqlClient; namespace YourNamespace { public class YourClass { public DataTable Ge…

    2024年3月3日
    7700
  • 温州阿里云代理商:android网络状态为9

    “android网络状态为9″这个问题不存在于阿里云主要的服务问题里,也没有特别指向温州地区。阿里云作为一家提供全面云服务的供应商,其服务范围涵盖云服务器、云数据库、云存储等,与为特定地区的Android应用程序提供网络状态支持的服务不完全对应。 然而,如果你在使用基于Android的应用程序并且遇到了“网络状态为9”的问题,那你可能…

    2024年3月13日
    9400
  • 太原阿里云代理商:阿里云如何挂载硬盘

    阿里云挂载硬盘主要分为几步: 创建云盘:登陆阿里云管理控制台,选择“弹性块存储”> “云盘”,然后点击“创建云盘”。 设置云盘参数:选择云盘所在的地域和可用区,设置云盘的类型和容量,并设置云盘的计费方式,最后点击“立即购买”。 挂载云盘:购买成功后,返回云盘列表,选择刚刚创建的云盘,点击“更多”> “挂载”即可。在挂载云盘的过程中,需要指定挂载的…

    2024年3月17日
    7800
  • 购买阿里云企业邮箱的套餐升级费用计算方式合理吗?

    阿里云企业邮箱的套餐升级费用计算方式合理性分析 随着企业规模的扩大和业务需求的增加,许多企业需要升级其阿里云企业邮箱的套餐,以满足更多员工的邮箱需求和更高的数据存储要求。在进行套餐升级时,企业关注的一个关键问题是:阿里云企业邮箱的套餐升级费用计算方式是否合理?本文将从阿里云企业邮箱的特点、升级费用的计算方式、代理商的优势等多个方面进行分析,以帮助企业更好地理…

    2024年10月27日
    2000
  • 阿里云会议直播解决方案

    阿里云会议直播解决方案是阿里云提供的一种可靠、高效的视频直播解决方案。它结合了阿里云的强大的视频云计算能力和多媒体传输技术,为用户提供了稳定、高质量的直播服务。 阿里云会议直播解决方案主要包括以下几个方面: 实时直播:用户可以利用阿里云的直播服务,将会议内容实时推送给观众,实现远程参与。阿里云会议直播解决方案支持多种直播协议,如RTMP、HLS等,可以实现在…

    2023年10月26日
    7800

发表回复

您的邮箱地址不会被公开。 必填项已用 * 标注

联系我们

4000-747-360

在线咨询: QQ交谈

邮件:ixuntao@qq.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信
购买阿里云服务器请访问:https://www.4526.cn/