C# Class Ywdsoft.Utility.SmsHelper

短信发送,采用乐云短信平台每天可以免费发送100条,同一接收人5分钟内只能发送两条 http://apistore.baidu.com/apiworks/servicedetail/774.html
Datei anzeigen Open project: CrazyJson/TaskManager Class Usage Examples

Public Methods

Method Description
SendMessage ( string receiver, string content ) : SMSCode

发送短信

Method Details

SendMessage() public static method

发送短信
public static SendMessage ( string receiver, string content ) : SMSCode
receiver string 短信接收人手机号码
content string 短信内容
return SMSCode