ActiveX COM 版本的阿里大鱼短信平台接口 dll 文件超级好用。 支持vb6,delphi等基于ActiveX Com的开发工具 Public Sub SendSMS(ByVal strAppKey As String, ByVal strAppSecret As String, ByVal strSingName As String, ByVal strJsonText As String, ByVal strPhoneNum As String, ByVal strTempCod
阿里大鱼还未提供 .net core 版SDK,但提供了相关API,下面是.net core版实现,只是简单发送短信功能:
using System;
using System.Collections.Generic;
using System.IO;
using System.Net;
using System.Security.Cryptography;
using System.Text;
using Newtonsoft.Json;
namespace ConsoleApp1
{