$rows["name"],'description' =>$rows["title"],'picUrl' => $rows["image_src"]">
时间:2021-07-01 10:21:17 帮助过:4人阅读
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"]
);