PHP Class daixianceng\smser\LuosimaoSmser

Author: Cosmo ([email protected])
Inheritance: extends Smser
Mostra file Open project: daixianceng/yii2-smser

Public Properties

Property Type Description
$dataType string
$signature string
$username

Protected Properties

Property Type Description
$urlJson string
$urlXml string

Public Methods

Method Description
getUrl ( ) : string 获取请求地址
send ( $mobile, $content )
sendByTemplate ( $mobile, $data, $id )
setPassword ( $password )

Method Details

getUrl() public method

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

send() public method

public send ( $mobile, $content )

sendByTemplate() public method

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

setPassword() public method

public setPassword ( $password )

Property Details

$dataType public_oe property

public string $dataType
return string

$signature public_oe property

public string $signature
return string

$urlJson protected_oe property

protected string $urlJson
return string

$urlXml protected_oe property

protected string $urlXml
return string

$username public_oe property

public $username