Home  >  Q&A  >  body text

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?

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



战狼战狼1928 days ago1010

reply all(1)I'll reply

  • ℡кбвё

    ℡кбвё2019-08-09 17:12:36

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

    reply
    0
  • Cancelreply