Skip to content

Commit b592277

Browse files
authored
Update README_ZH.md
1 parent c0da7a7 commit b592277

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README_ZH.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ bin/delayqueue -help
5454

5555
- ##### Http
5656

57-
````http request
57+
````
5858
// Push job
5959
POST 127.0.0.1:8000/topic/mytopic/job
6060
body: {"id": "myid1","delay":10, "ttr":4, "body":"body"}
@@ -66,7 +66,7 @@ body: {"id": "myid1","delay":10, "ttr":4, "body":"body"}
6666
}
6767
````
6868

69-
````http request
69+
````
7070
// Pop job (timeout: 秒)
7171
GET 127.0.0.1:8000/topic/mytopic/job?timeout=5
7272
@@ -84,7 +84,7 @@ GET 127.0.0.1:8000/topic/mytopic/job?timeout=5
8484
}
8585
````
8686

87-
````http request
87+
````
8888
// Delete job
8989
DELETE 127.0.0.1:8000/topic/mytopic/job/myid1
9090
@@ -95,7 +95,7 @@ DELETE 127.0.0.1:8000/topic/mytopic/job/myid1
9595
}
9696
````
9797

98-
````http request
98+
````
9999
// Delete job
100100
PUT 127.0.0.1:8000/topic/mytopic/job/myid1
101101

0 commit comments

Comments
 (0)