Browse Source

fix returned value

main
ghost 12 months ago
parent
commit
760ede456a
  1. 4
      README.md

4
README.md

@ -41,7 +41,7 @@ GET socket.php?port=80&host=php.net
``` ```
JSON JSON
{ {
status: bool success: bool
} }
``` ```
@ -82,7 +82,7 @@ GET dig.php?name=php.net&records[]=A&records[]=AAAA
``` ```
JSON JSON
{ {
status: bool success: bool
records: array records: array
} }
``` ```
Loading…
Cancel
Save