PHP 클래스 daixianceng\smser\LuosimaoSmser

저자: Cosmo ([email protected])
상속: extends Smser
파일 보기 프로젝트 열기: daixianceng/yii2-smser

공개 프로퍼티들

프로퍼티 타입 설명
$dataType string
$signature string
$username

보호된 프로퍼티들

프로퍼티 타입 설명
$urlJson string
$urlXml string

공개 메소드들

메소드 설명
getUrl ( ) : string 获取请求地址
send ( $mobile, $content )
sendByTemplate ( $mobile, $data, $id )
setPassword ( $password )

메소드 상세

getUrl() 공개 메소드

获取请求地址
public getUrl ( ) : string
리턴 string

send() 공개 메소드

public send ( $mobile, $content )

sendByTemplate() 공개 메소드

public sendByTemplate ( $mobile, $data, $id )

setPassword() 공개 메소드

public setPassword ( $password )

프로퍼티 상세

$dataType 공개적으로 프로퍼티

public string $dataType
리턴 string

$signature 공개적으로 프로퍼티

public string $signature
리턴 string

$urlJson 보호되어 있는 프로퍼티

protected string $urlJson
리턴 string

$urlXml 보호되어 있는 프로퍼티

protected string $urlXml
리턴 string

$username 공개적으로 프로퍼티

public $username