Commit 04724bba authored by home's avatar home

fix batch_create_tag_by_name params tag_names to tags

parent 19b434b2
......@@ -97,7 +97,7 @@ class CreateTopicForBatch(BaseView):
# 先创建标签
_tag_error, _tag_data = self.call_rpc(
"venus/community/tag/batch_create_tag_by_name",
tag_names=tags, is_own=1
tags=tags, is_own=1
)
if _tag_error:
return self.error(_tag_error)
......
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