persona_530_2
This commit is contained in:
@@ -300,8 +300,9 @@ class Persona extends CI_Controller
|
||||
}
|
||||
}
|
||||
//更新企微用户好友类型
|
||||
$this->mdWechatqy->update(['buddy_type' => $params['buddy_type']], ['external_userid' => $userInfo['external_userid']
|
||||
$up_qy = $this->mdWechatqy->update(['buddy_type' => $params['buddy_type']], ['external_userid' => $userInfo['external_userid']
|
||||
, 'userid' => $userInfo['userid']]);
|
||||
$up_qy && $result = true;
|
||||
//企微操作
|
||||
$remark_mobiles = $userInfo['mobile'] ? [$userInfo['mobile']] : '';
|
||||
$description = $params['of_title'] ? $params['of_title'] : '';
|
||||
|
||||
Reference in New Issue
Block a user