Commit 0f98c743 authored by 顾文旭's avatar 顾文旭

remove log

parent 6e0182ee
......@@ -68,9 +68,9 @@ class UserService
$end = microtime(true);
$totalTime = round(($end - $begin), 4) * 1000;
FileLog::error("wechatLogin: lock", "111111".$response[response][errcode],'','');
// FileLog::error("wechatLogin: lock", "111111".$response[response][errcode],'','');
FileLog::error("wechatLogin: lock", "222222".$response[response][errmsg] ,'','');
// FileLog::error("wechatLogin: lock", "222222".$response[response][errmsg] ,'','');
if ($response['code'] == 0) {
$response = $response['response'];
......
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