persona_526_3

This commit is contained in:
dengbw
2022-05-26 14:09:42 +08:00
committed by lccsw
parent 8333673abe
commit c5645c4b98
+1
View File
@@ -321,6 +321,7 @@ class Persona extends CI_Controller
}
}
if ($add_tag || $remove_tag) {
$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]);
}