T ice_post FROM $wpdb->icealipay where ice_success=1 and ice_time>DATE_SUB(CURDATE(), INTERVAL ".$bought_barrage_day." DAY) order by rand() limit 1");
if($bought_barrage_id){
$bought_barrage_post = get_post($bought_barrage_id);
if($bought_barrage_post){
$bought_barrage_time = array("刚刚","1分钟前","3分钟前","5分钟前","6分钟前","8分钟前","9分钟前","10分钟前");
?>