|
|
@ -8,7 +8,7 @@ include_once(dirname(dirname(dirname(__FILE__))) . "/library/publicBase.php"); |
|
|
|
|
|
|
|
class addSpiderWeiboCommentTask { |
|
|
|
public function __construct() { |
|
|
|
$page_size = 500; |
|
|
|
$page_size = 100; |
|
|
|
|
|
|
|
$condition['uid'] = WEIBO_USER_ZHANG; |
|
|
|
$condition['spider_comment_status'] = SPIDER_COMMENT_STATUS_NO; |
|
|
|