finance
黄伟 2 years ago
parent ff74e49d21
commit 435884afbb

@ -23,13 +23,13 @@ func (s *skuTag) Adds(ctx context.Context, args ArgsSkuTagAdds) error {
return xClient.Call(ctx, "Adds", args, &reply) return xClient.Call(ctx, "Adds", args, &reply)
} }
type ArgsSkuTagDel struct { type ArgsSkuTagDels struct {
SkuIds []uint // skuIds SkuIds []uint // skuIds
TagId []uint // tagId TagId uint // tagId
} }
// Dels @Title 删除商品 // Dels @Title 删除商品
func (s *skuTag) Dels(ctx context.Context, args ArgsSkuTagDel) error { func (s *skuTag) Dels(ctx context.Context, args ArgsSkuTagDels) error {
reply := 0 reply := 0
xClient, err := client.GetClient(s) xClient, err := client.GetClient(s)
if err != nil { if err != nil {

Loading…
Cancel
Save