|
@@ -649,10 +649,10 @@ class UserBrandInfo(View):
|
|
|
username = user_ID[0]['userID']
|
|
|
except Exception:
|
|
|
username = username
|
|
|
- table_value = my.get_item(user_brand_all, username)
|
|
|
|
|
|
+ table_value = my.get_item(user_brand_all, username)
|
|
|
|
|
|
- return response.json(0, {'username': name, 'datas': table_value, 'count': len(table_value)})
|
|
|
+ return response.json(0, { 'datas': table_value, 'count': len(table_value)})
|
|
|
else:
|
|
|
return response.json(404)
|
|
|
else:
|