接口开发在线文档:https://sms.189ek.com/help/api.html
[此贴子已经被作者于2024/9/25 10:44:23编辑过]
---------------------------
错误
---------------------------
编译错误:未定义类型“MD5”。
错误代码:Dim md5 As MD5 = MD5.Create()
---------------------------
确定
---------------------------
Dim md5 As MD5 = MD5.Create()
Dim s As Byte() = md5.ComputeHash(Encoding.UTF8.GetBytes(sign))
补齐命名空间
System.Security.Cryptography.MD5.