修改订单逻辑
This commit is contained in:
parent
80b6bddd65
commit
4dbc0f3b54
@ -11,8 +11,8 @@ var reflectChess = map[int]int{}
|
||||
|
||||
func getChessNumRand(OrderN int) map[int]int {
|
||||
return map[int]int{
|
||||
1: int(25 - 4*OrderN),
|
||||
2: int(40 + 2*OrderN),
|
||||
1: int(15 - 3*OrderN),
|
||||
2: int(50 + OrderN),
|
||||
3: int(35 + 2*OrderN),
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user