1 Star 1 Fork 0

plightfield/测试 json-server

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
config.json 1.85 KB
一键复制 编辑 原始数据 按行查看 历史
plightfield 提交于 2023-07-15 15:54 . change
{
"users": [
{
"name": "admin",
"password": "e10adc3949ba59abbe56e057f20f883e",
"role": "admin"
}
],
"schools": [
{
"id": 1,
"name": "包河校区"
},
{
"id": 2,
"name": "成都校区"
}
],
"dynamicCategories": [
{
"id": 1,
"name": "分类名称",
"num": 1,
"created": "2022-1-2",
"schoolId": 1
}
],
"dynamicContents": [
{
"id": 1,
"title": "标题",
"description": "详情",
"img": "图片地址",
"categoryId": 1,
"schoolId": 1,
"created": "2022-1-2",
"enabled": false,
"homed": false
}
],
"carousels": [
{
"id": 1,
"schoolId": 1,
"img": "图片地址",
"title": "标题",
"link": "链接地址"
}
],
"studentSources": [
{
"id": 1,
"name": "内推"
},
{
"id": 2,
"name": "公开招募"
}
],
"studentSourceStates": [
{
"id": 1,
"name": "跟踪中"
},
{
"id": 2,
"name": "不在跟踪"
},
{
"id": 3,
"name": "即将成单"
}
],
"studentSourceLevel": [
{
"id": 1,
"name": "高"
},
{
"id": 2,
"name": "中"
},
{
"id": 3,
"name": "低"
}
],
"studentsBefore": [
{
"id": 1,
"schoolId": 1,
"name": "姓名",
"phone": "联系电话",
"gender": 1,
"sourceId": 1,
"birthday": "1992-9-3",
"sourceStateId": 1,
"sourceLevelId": 1,
"created": "2022-1-2",
"info": "",
"ifRemove": false,
"removed": "2022-2-1",
"ifListen": false
}
],
"a": [],
"b": [],
"c": [],
"d": [],
"e": [],
"f": [],
"g": [],
"h": [],
"i": [],
"j": [],
"k": [],
"l": [],
"m": [],
"n": [],
"o": [],
"p": [],
"q": []
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/plightfield/test-json-server.git
git@gitee.com:plightfield/test-json-server.git
plightfield
test-json-server
测试 json-server
master

搜索帮助