1
This commit is contained in:
@@ -654,6 +654,7 @@ func GetSkuNames(ctx *jxcontext.Context, keyword string, isBySku, isQueryMidPric
|
||||
t1.sell_point_times,
|
||||
t1.tiktok_attribute,
|
||||
t1.mt_attribute,
|
||||
t1.ebai_attribute,
|
||||
t1.qua_pictures,
|
||||
t1.qua_effective_date,
|
||||
t1.qua_approval_date,
|
||||
@@ -3469,6 +3470,7 @@ func GetSkuNamesNew(ctx *jxcontext.Context, keyword string, skuIDs, skuNameIDs [
|
||||
t1.jds_stock_switch,
|
||||
t1.preparation_time,
|
||||
t1.mt_attribute,
|
||||
t1.ebai_attribute,
|
||||
t1.qua_pictures,
|
||||
t1.qua_effective_date,
|
||||
t1.qua_approval_date,
|
||||
@@ -3515,6 +3517,7 @@ func GetSkuNamesNew(ctx *jxcontext.Context, keyword string, skuIDs, skuNameIDs [
|
||||
t1.preparation_time,
|
||||
t1.best_seller,
|
||||
t1.mt_attribute,
|
||||
t1.ebai_attribute,
|
||||
t1.qua_pictures,
|
||||
t1.qua_effective_date,
|
||||
t1.qua_approval_date,
|
||||
|
||||
@@ -219,12 +219,12 @@ func Init() {
|
||||
// 每分钟轮询一次,推送骑手信息(假的订单)
|
||||
ScheduleTimerFuncByInterval(func() {
|
||||
delivery.UpdateFakeWayBillToTiktok()
|
||||
}, 10*time.Second, 4*time.Minute)
|
||||
}, 10*time.Second, 20*time.Second)
|
||||
|
||||
// 每五分钟轮询一次推送骑手信息坐标给美团/抖音(真订单,真自送)
|
||||
ScheduleTimerFuncByInterval(func() {
|
||||
delivery.GetOrderRiderInfoToPlatform("", 0)
|
||||
}, 10*time.Second, 4*time.Minute)
|
||||
}, 10*time.Second, 20*time.Second)
|
||||
|
||||
// (自动发单拣货,设置骑手) 刷单用
|
||||
//ScheduleTimerFuncByInterval(func() {
|
||||
|
||||
Reference in New Issue
Block a user