更新
This commit is contained in:
@@ -9,13 +9,13 @@ use think\console\Command;
|
||||
use think\console\Input;
|
||||
use think\console\Output;
|
||||
|
||||
/** 重试回调调度后尚未同步到企业微信的获客链接成员范围。 */
|
||||
/** 重算并重试尚未同步到企业微信的获客链接多人范围。 */
|
||||
class QywxSyncPromotionRanges extends Command
|
||||
{
|
||||
protected function configure()
|
||||
{
|
||||
$this->setName('qywx:sync-promotion-ranges')
|
||||
->setDescription('同步企业微信官方获客链接的下一名承接成员');
|
||||
->setDescription('同步企业微信官方获客链接的多人路由成员范围');
|
||||
}
|
||||
|
||||
protected function execute(Input $input, Output $output): int
|
||||
|
||||
Reference in New Issue
Block a user