fix: readme
This commit is contained in:
parent
e007c02e6d
commit
0b3591e786
2
.gitignore
vendored
2
.gitignore
vendored
@ -22,7 +22,7 @@ dist/
|
||||
# Maven
|
||||
target/
|
||||
dist/
|
||||
|
||||
svc.tar
|
||||
# JetBrains IDE
|
||||
.idea/
|
||||
|
||||
|
@ -135,8 +135,10 @@ POST http://localhost:8000/support/getMessages
|
||||
"srch":"test",
|
||||
"ticket":"c2fekjcobibtq7akknog"
|
||||
}
|
||||
```
|
||||
|
||||
Ответ:
|
||||
```
|
||||
[{
|
||||
ID string `bson:"_id" json:"id"`
|
||||
TicketID string `bson:"TicketID" json:"ticket_id"`
|
||||
@ -199,5 +201,9 @@ POST http://localhost:8000/support/close
|
||||
{
|
||||
"ticket":"c2fekjcobibtq7akknog"
|
||||
}
|
||||
```
|
||||
|
||||
Ответ: null
|
||||
|
||||
/support/sendFiles - метод для отправки файлов
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user