persona_526_3

This commit is contained in:
dengbw
2022-05-26 14:09:42 +08:00
parent 46b6114e31
commit 47b285a813
+2 -1
View File
@@ -321,7 +321,8 @@ class Persona extends CI_Controller
}
}
if ($add_tag || $remove_tag) {
$result = $this->wx_qyapi->get_external_contact(['url' => 'mark_tag', 'userid' => $userInfo['userid'],
$result = true;
$this->wx_qyapi->get_external_contact(['url' => 'mark_tag', 'userid' => $userInfo['userid'],
'external_userid' => $userInfo['external_userid'], 'add_tag' => $add_tag, 'remove_tag' => $remove_tag]);
}
if ($re_cus) {