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

Afficher le fichier Open project: Chinaccn/surfboard Class Usage Examples

Méthodes publiques

Méthode Description
PostSms ( string to, string content ) : SendResult

后台接口发送

SMSMSG ( ) : System

SendSms ( string to, string content ) : SendResult

http接口发送

Method Details

PostSms() public méthode

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

SMSMSG() public méthode

public SMSMSG ( ) : System
Résultat System

SendSms() public méthode

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