aa
This commit is contained in:
@@ -340,5 +340,10 @@ func (c *PurchaseHandler) SyncAct(ctx *jxcontext.Context, parentTask tasksch.ITa
|
||||
}
|
||||
|
||||
func (c *PurchaseHandler) GetActAmple(ctx *jxcontext.Context, vendorStoreID, vendorOrgCode string) (ample int, err error) {
|
||||
for _, v := range ebaiapi.ActivityTypeList {
|
||||
if actIDs, err := api.EbaiAPI.ActMultiChannelQueryIDs("", utils.Str2Int64(vendorStoreID), v); err == nil && len(actIDs) > 0 {
|
||||
ample++
|
||||
}
|
||||
}
|
||||
return ample, err
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user