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.
|
5 years ago | |
---|---|---|
.vscode | 5 years ago | |
bin | 5 years ago | |
codes | 5 years ago | |
controler | 5 years ago | |
global | 5 years ago | |
init | 5 years ago | |
models | 5 years ago | |
public | 5 years ago | |
routes | 5 years ago | |
services | 5 years ago | |
test | 5 years ago | |
utils | 5 years ago | |
.gitignore | 5 years ago | |
app.js | 5 years ago | |
config.js | 5 years ago | |
package-lock.json | 5 years ago | |
package.json | 5 years ago | |
readme.md | 5 years ago |
readme.md
约定
//各个模块之间的消息传递
//200表示正确的返回
//其他表示处理中存在错误
{
code: 200,
data: null,
message: 'ok'
}
todo:将数据库操作全部改为占位符形式防止sql注入