|
@@ -151,7 +151,7 @@ async def line_submit(request: Request):
|
|
|
'decoration_budget': ','.join(form_data.getlist('q7')),
|
|
|
'decoration_size': ','.join(form_data.getlist('q8')),
|
|
|
'src':'LINE',
|
|
|
- 'userid': form_data.get('id'),
|
|
|
+ 'userid': form_data.get('userid'),
|
|
|
# 'id': form_data.get('id'),
|
|
|
'area': form_data.get('area'),
|
|
|
}
|