diff --git a/home/controllers/h5/Persona.php b/home/controllers/h5/Persona.php index 858c81e9..bd090b79 100644 --- a/home/controllers/h5/Persona.php +++ b/home/controllers/h5/Persona.php @@ -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]); }