C# Class Cedar.Foundation.SMS.Common.SMSMSG

Show file Open project: Chinaccn/surfboard Class Usage Examples

Public Methods

Method Description
PostSms ( string to, string content ) : SendResult

后台接口发送

SMSMSG ( ) : System

SendSms ( string to, string content ) : SendResult

http接口发送

Method Details

PostSms() public method

后台接口发送
public PostSms ( string to, string content ) : SendResult
to string 发送对象
content string 发送内容
return SendResult

SMSMSG() public method

public SMSMSG ( ) : System
return System

SendSms() public method

http接口发送
public SendSms ( string to, string content ) : SendResult
to string 发送对象
content string 发送内容
return SendResult