数据库设计
前端station配置表 user_config
存储数据结构:
"uid" : "90", # 用户id
"load_config": [ # 加载页配置
{"link": "xxxx"},
{"link": "xxxx"}
]
"create_time": xxxxx # 创建时间
"update_time": xxxxx # 修改时间
存储数据结构:
"uid" : "90", # 用户id
"load_config": [ # 加载页配置
{"link": "xxxx"},
{"link": "xxxx"}
]
"create_time": xxxxx # 创建时间
"update_time": xxxxx # 修改时间