Authored by xuhongyun

更新格式

@@ -15,6 +15,7 @@ @@ -15,6 +15,7 @@
15 15
16 --- 16 ---
17 服务调用传入参数示例: 17 服务调用传入参数示例:
  18 +```
18 POST /xx/xx HTTP/1.1\r\n 19 POST /xx/xx HTTP/1.1\r\n
19 ... http standard headers... 20 ... http standard headers...
20 x-user-id:0\r\n 21 x-user-id:0\r\n
@@ -23,5 +24,5 @@ x-size-type:1\r\n @@ -23,5 +24,5 @@ x-size-type:1\r\n
23 x-client-ip:192.168.0.1\r\n 24 x-client-ip:192.168.0.1\r\n
24 \r\n 25 \r\n
25 ...json body.. 26 ...json body..
26 - 27 +```
27 28