Commit 469cfc43 authored by yangchenglin's avatar yangchenglin

user_edit

parent d4ca9517
...@@ -89,6 +89,7 @@ class UserUpdateOrCreate(APIView): ...@@ -89,6 +89,7 @@ class UserUpdateOrCreate(APIView):
'body_esthetics_tag_ids': body_esthetics_tag_ids, 'body_esthetics_tag_ids': body_esthetics_tag_ids,
'expert_tag_ids': expert_tag_ids, 'expert_tag_ids': expert_tag_ids,
'is_kol': int(request.POST.get('is_kol', 0)), 'is_kol': int(request.POST.get('is_kol', 0)),
'is_edit': int(request.POST.get('is_edit', 0)),
} }
try: try:
......
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