30/04
2017
Yii2短信-中国
![Latest Stable Version][image-1] ![Latest Unstable Version][image-3] ![Monthly Downloads][image-5] [![Daily Downloads][image-7]][7], (*1)
composer update "liasica/yii2-chinasms:dev-master"
, (*2)
'huaxin' => [ 'class' => 'liasica\chinasms\Huaxin', 'account' => '账号', 'password' => '发送密码', 'cachePrefix' => 'cache_chinasms_huaxin_', 'useJsonUrl' => true, ]
$huaxin = \Yii::$app->huaxin; $ret = $huaxin->smsPostSend($sms_type, $phone, $code); $limit = $huaxin->smsSendRateLimit($sms_type, $phone); var_dump($ret); var_dump($limit);
$huaxin = \Yii::$app->huaxin; $ret = $huaxin->smsPostSend($sms_type, $phone, $code, true); var_dump($ret);