You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
约定
//各个模块之间的消息传递
//200表示正确的返回
//其他表示处理中存在错误
{
code: 200,
data: null,
message: 'ok'
}
todo:将数据库操作全部改为占位符形式防止sql注入