C# 클래스 Cedar.Foundation.SMS.Common.SMSMSG

파일 보기 프로젝트 열기: Chinaccn/surfboard 1 사용 예제들

공개 메소드들

메소드 설명
PostSms ( string to, string content ) : SendResult

后台接口发送

SMSMSG ( ) : System

SendSms ( string to, string content ) : SendResult

http接口发送

메소드 상세

PostSms() 공개 메소드

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

SMSMSG() 공개 메소드

public SMSMSG ( ) : System
리턴 System

SendSms() 공개 메소드

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