mirror of
https://github.com/YGGverse/web-api.git
synced 2026-03-31 17:45:30 +00:00
fix returned value
This commit is contained in:
parent
49468891e3
commit
760ede456a
1 changed files with 2 additions and 2 deletions
|
|
@ -41,7 +41,7 @@ GET socket.php?port=80&host=php.net
|
|||
```
|
||||
JSON
|
||||
{
|
||||
status: bool
|
||||
success: bool
|
||||
}
|
||||
```
|
||||
|
||||
|
|
@ -82,7 +82,7 @@ GET dig.php?name=php.net&records[]=A&records[]=AAAA
|
|||
```
|
||||
JSON
|
||||
{
|
||||
status: bool
|
||||
success: bool
|
||||
records: array
|
||||
}
|
||||
```
|
||||
Loading…
Add table
Add a link
Reference in a new issue