1
This commit is contained in:
parent
49347f8203
commit
97a27d2ef6
@ -233,7 +233,7 @@ func (this *InGameApi) GetCircuitRanking(c *gin.Context) {
|
||||
params := map[string]string{
|
||||
"c": "OutAppCircuit",
|
||||
"a": "getCircuitRanking",
|
||||
"account_address": accountAddress,
|
||||
"address": accountAddress,
|
||||
}
|
||||
rspObj := &struct {
|
||||
ErrCode interface{} `json:"errcode"`
|
||||
@ -261,7 +261,7 @@ func (this *InGameApi) GetCircuitPhaseRanking(c *gin.Context) {
|
||||
params := map[string]string{
|
||||
"c": "OutAppCircuit",
|
||||
"a": "getCircuitPhaseRanking",
|
||||
"account_address": accountAddress,
|
||||
"address": accountAddress,
|
||||
}
|
||||
rspObj := &struct {
|
||||
ErrCode interface{} `json:"errcode"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user