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