This commit is contained in:
苏尹岚
2021-03-09 17:19:56 +08:00
parent 660de753d4
commit f298706e06
8 changed files with 65 additions and 3 deletions

View File

@@ -420,3 +420,7 @@ func getActFromJD(vendorOrgCode, promotionID string) (act *model.Act2, actStoreS
}
return act, actStoreSkuList, err
}
func (c *PurchaseHandler) GetActAmple(ctx *jxcontext.Context, vendorStoreID, vendorOrgCode string) (ample int, err error) {
return ample, err
}