diff --git a/home/controllers/h5/Persona.php b/home/controllers/h5/Persona.php index 2446edd5..bd090b79 100644 --- a/home/controllers/h5/Persona.php +++ b/home/controllers/h5/Persona.php @@ -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) {