persona_526_3
This commit is contained in:
@@ -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]);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user