日期:2014-05-16 浏览次数:20484 次
case "tw":
$record[0]=array(
'title' =>$rows["name"],
'description' =>$rows["title"],
'picUrl' => $rows["image_src"],
'url' => $rows["url"]
);
$resultStr = _response_multiNews($postObj,$record);
break;
$record[]=array(
'title' =>$rows["name"],
'description' =>$rows["title"],
'picUrl' => $rows["image_src"],
'url' => $rows["url"]
);