-
Notifications
You must be signed in to change notification settings - Fork 0
로그인
sGOM edited this page Aug 21, 2021
·
1 revision
- Method : POST
- URL : /public/login
- Content-Type : application/json; charset=utf-8
필드명 | 타입 | 필수여부 | 설명 |
---|---|---|---|
username | String | Required | 로그인 아이디 |
password | String | Required | 로그인 비밀번호 |
예제
http POST https://:your-site/public/login
예제
http status code | code | message | comment |
---|---|---|---|
204 | 0 | SUCCESS | 정상 응답 |
400 | 0 | FAIL | 비정상 응답 |
401 | 0 | Unathorized | 로그인 필요 |
403 | 0 | Forbidden | 권한 없음 |
- request가 없는데 post가 맞나? 헷갈려