Commit 11397161 authored by haowang's avatar haowang

add is_kol in user info

parent b000aa08
......@@ -80,6 +80,7 @@ class UserUpdateOrCreate(APIView):
'gender': request.POST.get('gender'),
'is_tcc': int(request.POST.get('is_tcc', 0)),
'body_esthetics_tag_ids': body_esthetics_tag_ids,
'is_kol': int(request.POST.get('is_kol', 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