Beispiel #1
0
 /**
  * 获取HTL团渠道
  * @param $gid
  * @return string
  */
 public static function hltChanid($gid)
 {
     $bool = GroupService::hltProvider_exists($gid);
     $chanid = BDataHelper::getHltConfig('chanid');
     if ($bool) {
         $chanid = BDataHelper::getHltConfig('menshisystem');
     }
     return $chanid;
 }