队列优化
This commit is contained in:
@@ -81,9 +81,9 @@ class WechatChatroomJob
|
||||
}
|
||||
|
||||
// 调用设备列表获取方法
|
||||
$result = $wechatChatroomController->getlist($pageIndex,$pageSize,$authorization);
|
||||
$result = $wechatChatroomController->getlist($pageIndex,$pageSize,$authorization,true);
|
||||
|
||||
$response = json_decode($result,true);
|
||||
|
||||
|
||||
// 判断是否成功
|
||||
if ($response['code'] == 200) {
|
||||
|
||||
Reference in New Issue
Block a user