This commit is contained in:
苏尹岚
2021-01-11 15:48:30 +08:00
parent b206fa3cc7
commit 56caf8380f

View File

@@ -2211,6 +2211,6 @@ func AddCoupons(ctx *jxcontext.Context, coupons *model.Coupons, count int, store
return err
}
func UpdateCoupons(ctx *jxcontext.Context, coupons *model.Coupons, count int, storeIDs []int) (err error) {
func UpdateCoupons(ctx *jxcontext.Context, payload map[string]interface{}, storeIDs []int) (err error) {
return err
}