修改自动推广的相关任务
This commit is contained in:
@@ -2395,6 +2395,17 @@ class EmailClient extends Base
|
||||
return jsonSuccess($result);
|
||||
}
|
||||
|
||||
|
||||
public function testYbpard(){
|
||||
$service = new PromotionService();
|
||||
$expert['application_link_yeditorial_board'] = $service->buildYboardApplyUrl(
|
||||
intval(259116),
|
||||
intval(3)
|
||||
);
|
||||
return jsonSuccess($expert);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* 每日自动触发发送(把 prepared 的任务启动),供 crontab 调用
|
||||
*
|
||||
|
||||
@@ -590,6 +590,10 @@ class PromotionService
|
||||
];
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 解析 task 的目标领域名称列表。
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user