Commit 3a653fa8 by zim78

no message

1 parent 453b900e
Showing with 2 additions and 2 deletions
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
//retxml是获得的返回明文 //retxml是获得的返回明文
String retxml = client.invoke("发送json报文明文"); String retxml = client.invoke("发送json报文明文");
System.out.println(retxml);``` System.out.println(retxml);
1. 报文格式示例 1. 报文格式示例
``` ```
{ {
...@@ -36,7 +36,7 @@ ...@@ -36,7 +36,7 @@
"list":{} "list":{}
} }
} }
```
1. 报文格式说明 1. 报文格式说明
1. 报文由head和body两部分组成,其中head中元素及格式固定,body中元素及格式根据具体业务会不同。 1. 报文由head和body两部分组成,其中head中元素及格式固定,body中元素及格式根据具体业务会不同。
1. head元素列表 1. head元素列表
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!