Commit 6bbe9ff1 by HouWeiBin

1,fix error

parent 72efbbbc
...@@ -193,7 +193,7 @@ static NSString * const BUYCollectionsKey = @"collection_listings"; ...@@ -193,7 +193,7 @@ static NSString * const BUYCollectionsKey = @"collection_listings";
}.mutableCopy; }.mutableCopy;
if (tags) { if (tags) {
params[@"tags"] = [tags componentsJoinedByString:@","]; params[@"tag"] = [tags componentsJoinedByString:@","];
} }
if (collectionId) { if (collectionId) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment