|
@@ -149,7 +149,9 @@ async def line_submit(request: Request):
|
|
|
'decoration_style': ','.join(form_data.getlist('q6')),
|
|
|
'decoration_budget': ','.join(form_data.getlist('q7')),
|
|
|
'decoration_size': ','.join(form_data.getlist('q8')),
|
|
|
- 'src':'LINE'
|
|
|
+ 'src':'LINE',
|
|
|
+ 'userid': form_data.get('userid'),
|
|
|
+ 'area': form_data.get('area'),
|
|
|
}
|
|
|
print(result)
|
|
|
get_db().insert(result)
|