Commit a883040b by xmy

# 1.0.46

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