|
|
@ -28,7 +28,7 @@ type ReplySkuAuditLists struct {
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Lists @Title 审核列表
|
|
|
|
// Lists @Title 审核列表
|
|
|
|
func (s *skuAudit) Lists(ctx context.Context, args ArgsBrandList) (result ReplySkuAuditLists, err error) {
|
|
|
|
func (s *skuAudit) Lists(ctx context.Context, args ArgsSkuAuditLists) (result ReplySkuAuditLists, err error) {
|
|
|
|
err = client.GetClient(s).Call(ctx, "Lists", args, &result)
|
|
|
|
err = client.GetClient(s).Call(ctx, "Lists", args, &result)
|
|
|
|
return
|
|
|
|
return
|
|
|
|
}
|
|
|
|
}
|
|
|
|