Commit 309bca7e authored by wangzhengwen's avatar wangzhengwen

sendsms

parent 352a6d8b
...@@ -306,10 +306,6 @@ class SendSms ...@@ -306,10 +306,6 @@ class SendSms
{ {
$message = '发送次数过多,请稍后再试'; $message = '发送次数过多,请稍后再试';
} }
if ($status!=1)
{
$message = '发送失败';
}
return ['msg' => $message, 'code' => $status]; return ['msg' => $message, 'code' => $status];
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment