Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
share
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张振华
share
Commits
0cf75390
Commit
0cf75390
authored
Nov 22, 2018
by
张振华
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update doc
parent
46155b13
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
9 deletions
+22
-9
竞猜合约需求.md
竞猜合约需求.md
+22
-9
No files found.
竞猜合约需求.md
View file @
0cf75390
...
@@ -119,7 +119,7 @@ err:错误码:成功;非游戏创建者,无权限开奖;游戏id不存
...
@@ -119,7 +119,7 @@ err:错误码:成功;非游戏创建者,无权限开奖;游戏id不存
响应字段:
响应字段:
>
```
[
[
{
{
gameId: 竞猜游戏ID
gameId: 竞猜游戏ID
...
@@ -143,21 +143,27 @@ err:错误码:成功;非游戏创建者,无权限开奖;游戏id不存
...
@@ -143,21 +143,27 @@ err:错误码:成功;非游戏创建者,无权限开奖;游戏id不存
}
}
...
...
]
]
```
## 5.状态查询
## 5.状态查询
动作类型
动作类型
>query:查询
```
query //查询
```
请求字段:
请求字段:
>type:单场次游戏查询
```
gameId:竞猜游戏场次ID
type:单场次游戏查询
gameId //竞猜游戏场次ID
```
响应字段:
响应字段:
>topic:竞猜的主题,比如:2018年世界杯决赛,法国对阵克罗地亚,谁将夺冠
```
topic:竞猜的主题,比如:2018年世界杯决赛,法国对阵克罗地亚,谁将夺冠
options:竞猜的选项,比如:1.法国,2.克罗地亚
options:竞猜的选项,比如:1.法国,2.克罗地亚
maxHeight:截止区块高度,达到此高度后将不能再下注
maxHeight:截止区块高度,达到此高度后将不能再下注
maxBetwangxuewei竞猜的下注次数限制,达到此数目将不能再下注
maxBetwangxuewei竞猜的下注次数限制,达到此数目将不能再下注
...
@@ -173,16 +179,20 @@ players: 当前参与玩家
...
@@ -173,16 +179,20 @@ players: 当前参与玩家
option: 投注选项
option: 投注选项
}
}
]
]
```
## 6.投注记录查询
## 6.投注记录查询
动作类型
动作类型
>query:查询
```
query:查询
```
请求字段:
请求字段:
>type:单地址单场次游戏查询
```
type:单地址单场次游戏查询
gameId:竞猜游戏场次ID
gameId:竞猜游戏场次ID
addrs: 投注地址
addrs: 投注地址
[
[
...
@@ -190,10 +200,12 @@ addrs: 投注地址
...
@@ -190,10 +200,12 @@ addrs: 投注地址
addr:
addr:
}
}
]
]
```
响应字段:
响应字段:
>topic:竞猜的主题,比如:2018年世界杯决赛,法国对阵克罗地亚,谁将夺冠
```
topic:竞猜的主题,比如:2018年世界杯决赛,法国对阵克罗地亚,谁将夺冠
options:竞猜的选项,比如:1.法国,2.克罗地亚
options:竞猜的选项,比如:1.法国,2.克罗地亚
maxHeight:截止区块高度,达到此高度后将不能再下注
maxHeight:截止区块高度,达到此高度后将不能再下注
maxBetsNumber:参与竞猜的下注次数限制,达到此数目将不能再下注
maxBetsNumber:参与竞猜的下注次数限制,达到此数目将不能再下注
...
@@ -209,6 +221,7 @@ players: 当前参与玩家
...
@@ -209,6 +221,7 @@ players: 当前参与玩家
option: 投注选项
option: 投注选项
}
}
]
]
```
# 三、流程及逻辑
# 三、流程及逻辑
...
...
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