Waiting for help online, Laravel is used as the backend, but all data in the backend needs to be connected through the given API data interface?
战狼
战狼 2019-07-31 21:37:50
0
1
964

This is my first time doing a project like this, so I asked the teacher for guidance.
The data API is as follows:
1. User--"Administrator login (/api/lock/admin/user/admin/login) POST
Data request list

{
"account": "string",
"password": "string"
}
Data type:
application/json

2. Administrator--》Create Management Member (/api/lock/admin/create) POST
Data request example

{
"account": "string",
"confirmPassword": "string",
"nickName": "string",
"password": "string"
}
Data type:
application/json



战狼
战狼

reply all(1)
℡кбвё

Front-end and back-end separation mode, using token authentication to maintain login status

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!