底层新增部门和账号二合一接口
This commit is contained in:
@@ -77,6 +77,7 @@ class WechatChatroomJob
|
||||
$result = $wechatChatroomController->getlist($pageIndex,$pageSize,true);
|
||||
$response = json_decode($result,true);
|
||||
|
||||
|
||||
// 判断是否成功
|
||||
if ($response['code'] == 200) {
|
||||
$data = $response['data'];
|
||||
|
||||
Reference in New Issue
Block a user