Commit 814bb16c authored by jiangpeng's avatar jiangpeng

dapp/vote:update doc

parent f221521c
...@@ -266,7 +266,7 @@ message MemberInfo { ...@@ -266,7 +266,7 @@ message MemberInfo {
##### 请求结构 ##### 请求结构
```proto ```proto
message ReqStrings { message ReqStrings {
repeated string items = 1; //请求项数组 repeated string items = 1; //投票组ID列表
} }
``` ```
...@@ -292,7 +292,7 @@ curl -ksd '{"method":"Chain33.Query","params":[{"execer":"vote","funcName":"GetG ...@@ -292,7 +292,7 @@ curl -ksd '{"method":"Chain33.Query","params":[{"execer":"vote","funcName":"GetG
##### 请求结构 ##### 请求结构
```proto ```proto
message ReqStrings { message ReqStrings {
repeated string items = 1; //请求项数组 repeated string items = 1; //投票ID列表
} }
``` ```
...@@ -316,12 +316,12 @@ curl -kd '{"method":"Chain33.Query","params":[{"execer":"vote","funcName":"GetV ...@@ -316,12 +316,12 @@ curl -kd '{"method":"Chain33.Query","params":[{"execer":"vote","funcName":"GetV
``` ```
#### 获取成员信息(GetMembers) #### 获取成员信息(GetMembers)
获取用户信息,支持多个同时查询 根据用户地址,获取用户信息,支持多个同时查询
##### 请求结构 ##### 请求结构
```proto ```proto
message ReqStrings { message ReqStrings {
repeated string items = 1; //请求项数组 repeated string items = 1; //用户地址列表
} }
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment