Commit a883040b by xmy

# 1.0.46

- 主题消息发送修改
parent 697f3753
# 1.0.46
- 主题消息发送修改
# 1.0.45
- 获取卖家信息接口
# 1.0.43
......
......@@ -259,7 +259,7 @@ class Topic
$tryTimes++;
}while($res['code']!=0 && $tryTimes < 3);
if ($tryTimes > 3){
if ($tryTimes >= 3){
App::error("[消息队列失败]:$message");
}
return $res;
......
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