Commit 566011b1 authored by 杨成林's avatar 杨成林

Merge branch 'ycl/fix_pictorial' into 'test'

user_edit

See merge request alpha/sun!350
parents 7898b27a 469cfc43
......@@ -89,6 +89,7 @@ class UserUpdateOrCreate(APIView):
'body_esthetics_tag_ids': body_esthetics_tag_ids,
'expert_tag_ids': expert_tag_ids,
'is_kol': int(request.POST.get('is_kol', 0)),
'is_edit': int(request.POST.get('is_edit', 0)),
}
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