抖音自动刷单
This commit is contained in:
@@ -4,6 +4,7 @@ import (
|
||||
"fmt"
|
||||
"git.rosy.net.cn/baseapi/platformapi/dingdingapi"
|
||||
"git.rosy.net.cn/jx-callback/business/bidding"
|
||||
"git.rosy.net.cn/jx-callback/business/jxcallback/auto_delivery"
|
||||
"git.rosy.net.cn/jx-callback/business/jxutils/ddmsg"
|
||||
"git.rosy.net.cn/jx-callback/business/partner/delivery"
|
||||
"sync"
|
||||
@@ -207,7 +208,7 @@ func Init() {
|
||||
|
||||
// 抖音自动刷单
|
||||
ScheduleTimerFuncByInterval(func() {
|
||||
delivery.AutoSettingFakeDelivery()
|
||||
auto_delivery.AutoSettingFakeDelivery()
|
||||
}, 10*time.Second, 5*time.Second)
|
||||
|
||||
// 定时任务更新负责人信息
|
||||
|
||||
Reference in New Issue
Block a user