try
This commit is contained in:
@@ -182,7 +182,7 @@ func (p *PurchaseHandler) CreateStoreSkus(ctx *jxcontext.Context, storeID int, v
|
|||||||
if len(createSkuResult) > 0 {
|
if len(createSkuResult) > 0 {
|
||||||
break
|
break
|
||||||
}
|
}
|
||||||
time.Sleep(time.Second / 2)
|
time.Sleep(time.Second)
|
||||||
}
|
}
|
||||||
wareID = createSkuResult[0].WareID
|
wareID = createSkuResult[0].WareID
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user