Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
plugin
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
link33
plugin
Commits
814bb16c
Commit
814bb16c
authored
Jan 25, 2021
by
jiangpeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dapp/vote:update doc
parent
f221521c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
readme.md
plugin/dapp/vote/readme.md
+4
-4
No files found.
plugin/dapp/vote/readme.md
View file @
814bb16c
...
@@ -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
;
//
用户地址列表
}
}
```
```
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
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 comment