Commit 725ee1f3 authored by 王浩's avatar 王浩

Merge branch 'haow/dev' into 'test'

add is_kol in user info

See merge request !279
parents 8002e667 11397161
......@@ -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