Commit 4dc853f0 by ZimLuck

Update client_hessian.md

1 parent 457633e1
Showing with 2 additions and 2 deletions
......@@ -60,7 +60,7 @@
一般包括head和list两部分((一般具体业务参数,都放在body的head里。如有特殊情况,会在具体业务中说明),具体内容会根据业务进行详细说明
1. 应答报文
1. 应答报文格式示例
```
```
{
"head":{
"appid":"78",
......@@ -78,7 +78,7 @@
}
}
}
```
1. 应答报文说明
retcode:0001表示请求成功,9999,表示请求失败;当请求失败时,可获取retmsg显示失败原因。
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!