Initial commit
This commit is contained in:
9
ruoyi-ui/restapi/消息.http
Normal file
9
ruoyi-ui/restapi/消息.http
Normal file
@@ -0,0 +1,9 @@
|
||||
POST http://localhost:8081/api/login HTTP/1.1
|
||||
Content-Type: application/json; charset=UTF-8
|
||||
|
||||
|
||||
{"username":"19156010758","password":"123456"}
|
||||
|
||||
### 获取消息列表
|
||||
GET http://localhost:8081/api/message/getMessageList HTTP/1.1
|
||||
Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6Ijg2YzcxOGQ4LTc0MzItNDAyNS04MmVhLWQxYjgyNTg4OTk2MyJ9.6nybsO4P4cUxQP_r_CUpYJKJfFtvx9qTpRF4RkjpZ_JgCKvajoYP4NibJgU9mfOHl32cuYV0yOemkFSEs_Ilgg
|
||||
Reference in New Issue
Block a user