Commit 94e413be authored by 顾文旭's avatar 顾文旭

test

parent e868f921
......@@ -68,8 +68,10 @@ class UserService
$end = microtime(true);
$totalTime = round(($end - $begin), 4) * 1000;
echo "111111".$response[response][errcode];
echo "222222".$response[response][errmsg] ;
FileLog::error("wechatLogin: lock", "111111".$response[response][errcode],'','');
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