Commit 621ca4bd authored by 王浩's avatar 王浩

add tag batch create

parent 27daf69c
import json
from api.views.base_view import BaseView
class CreateTagForBatch(BaseView):
"""
内部使用,批量建标签
"""
def post(self, request):
topic_list = json.loads(request.POST.get("tag_list", '[]'))
\ No newline at end of file
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