Commit 5bf09ada authored by liuyuzhen's avatar liuyuzhen

短信验证码发送失败日志

parent bfa5dc10
......@@ -103,7 +103,7 @@ class ShortMessageModel {
if($result['status']){
return true;
}
\Our\Log::getInstance()->write($result['msg'],'/data/log/apptest');
\Our\Log::getInstance()->write($result['msg']);
}
return false;
}
......
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