Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
finstone-yangzhou
/
finstone-yangzhou-doc
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 3a653fa8
authored
Jul 22, 2022
by
zim78
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
1 parent
453b900e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
client_hessian.md
client_hessian.md
View file @
3a653fa
...
@@ -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元素列表
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment