Commit 75459eca by 王召彬

Merge branch 'fixbug-clslog' into test

parents 134fe2ea c4903972
...@@ -63,11 +63,6 @@ class ClsLog ...@@ -63,11 +63,6 @@ class ClsLog
if($res->getResponse()->getStatusCode() == 200) { if($res->getResponse()->getStatusCode() == 200) {
return true; return true;
} }
if (App::isCoContext()) {
Coroutine::sleep(1);
} else {
sleep(1);
}
} }
$msg = '上传腾讯云日志服务失败:'.$res->getResult(); $msg = '上传腾讯云日志服务失败:'.$res->getResult();
self::writeClsErrors($msg); self::writeClsErrors($msg);
......
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