Beispiel #1
0
 /**
  * 获取分组联系人数
  * @param int $user_id 用户ID
  * @param int $id 分组ID
  * @return string
  */
 public function get_category_contact_count($user_id, $id)
 {
     return $this->contact_mapper->get_category_contact_count($user_id, $id);
 }