API 接口 - toumei/1071-database-G13 GitHub Wiki
Account System
RESTful
Action |
Method |
URL |
findAll |
GET |
/api/posts |
findById |
GET |
/api/posts/:id |
create |
POST |
/api/posts |
delete |
DELETE |
/api/posts/:id |
update |
PUT |
/api/posts/:id |
- boarder ["/api/boarder", "/api/boarder/:id"]
- account ["/api/account", "/api/account/:id"]
- role ["/api/role", "/api/role/:id"]
- account_role ["/api/account_role", "/api/account_role/:id"]
- malfunction ["/api/malfunction", "/api/malfunction/:id"]
- processing ["/api/processing", "/api/processing/:id"]
- apply ["/api/apply", "/api/apply/:id"]
- net_switch ["/api/switch", "/api/switch/:id"]
- sweep ["/api/sweep", "/api/sweep/:id"]
- cabinet ["/api/cabinet", "/api/cabinet/:id"]
- vendor ["/api/vendor", "/api/vendor/:id"]