|
|
|
@ -188,3 +188,9 @@ type ArgsSkuAdjustType struct {
|
|
|
|
|
AdjustPrice decimal.Decimal
|
|
|
|
|
ApplyUserId uint
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
// EditAdjust @Title 修改改价类型
|
|
|
|
|
func (s *sku) EditAdjust(ctx context.Context, args ArgsSkuAdjustType) error {
|
|
|
|
|
reply := 0
|
|
|
|
|
return client.GetClient(s).Call(ctx, "EditAdjust", args, &reply)
|
|
|
|
|
}
|
|
|
|
|