Ejemplo n.º 1
0
 /**
  * 获取所有渠道
  *
  * @return array
  */
 public static function getAllSpm()
 {
     //$spmT = new FTable('spm');
     //$spmList = $spmT->select();
     $spmList = Service_Common::getAllSpm();
     $item = array("c_uid" => "2", "c_sid" => "888", "c_name" => "缺省", "c_s_name" => "缺省");
     array_push($spmList, $item);
     return $spmList;
 }