SmsApi
class SmsApi
Methods
__construct(string $mch_id, string $app_id, string $app_key, string $sign_name)
No description
bool|string
sendSMS(string $mobile, string $msg)
发送普通短信
bool|string
sendTemplateSMS(string $mobile, string $template_id, array $params)
发送模版短信
bool|string
sendCtySMS(string $mobile, string $template_id, array $params)
发送国际短信
Details
at line 48
__construct(string $mch_id, string $app_id, string $app_key, string $sign_name)
No description
at line 62
bool|string
sendSMS(string $mobile, string $msg)
发送普通短信
at line 82
bool|string
sendTemplateSMS(string $mobile, string $template_id, array $params)
发送模版短信
at line 102
bool|string
sendCtySMS(string $mobile, string $template_id, array $params)
发送国际短信