|
|
@ -238,3 +238,13 @@ func (s *sku) ReplaceImgJdSku(ctx context.Context, args ArgsSkuReplaceImgJdSku)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return xClient.Call(ctx, "ReplaceImgJdSku", args, &reply)
|
|
|
|
return xClient.Call(ctx, "ReplaceImgJdSku", args, &reply)
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// ReHandle @Title 重新处理商品
|
|
|
|
|
|
|
|
func (s *sku) ReHandle(ctx context.Context, skuId uint) error {
|
|
|
|
|
|
|
|
reply := 0
|
|
|
|
|
|
|
|
xClient, err := client.GetClient(s)
|
|
|
|
|
|
|
|
if err != nil {
|
|
|
|
|
|
|
|
return err
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
return xClient.Call(ctx, "ReHandle", skuId, &reply)
|
|
|
|
|
|
|
|
}
|
|
|
|