Commit 3f8f8829 by 王召彬

修复错误

parent c362dc60
# 2.0.80
- 修复错误
# 2.0.79 # 2.0.79
- 修改枚举名称 - 修改枚举名称
......
...@@ -263,7 +263,7 @@ class Topic ...@@ -263,7 +263,7 @@ class Topic
$res = $this->publish_message($cryptMessage, $vTagList, $routingKey); $res = $this->publish_message($cryptMessage, $vTagList, $routingKey);
if ($res['code'] == 0) break; if ($res['code'] == 0) break;
} catch (\Throwable $e) { } catch (\Throwable $e) {
App::error("[消息队列异常]:" . $e->getFile() . $e->getMessage(), $e->getLine()); App::error("[消息队列异常]:" . $e->getFile() . $e->getLine() . $e->getMessage());
} }
$tryTimes++; $tryTimes++;
} while ($tryTimes < 3); } while ($tryTimes < 3);
......
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