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{
|
params := map[string]string{
|
||||||
"c": "OutAppCircuit",
|
"c": "OutAppCircuit",
|
||||||
"a": "getCircuitRanking",
|
"a": "getCircuitRanking",
|
||||||
"account_address": accountAddress,
|
"address": accountAddress,
|
||||||
}
|
}
|
||||||
rspObj := &struct {
|
rspObj := &struct {
|
||||||
ErrCode interface{} `json:"errcode"`
|
ErrCode interface{} `json:"errcode"`
|
||||||
@ -261,7 +261,7 @@ func (this *InGameApi) GetCircuitPhaseRanking(c *gin.Context) {
|
|||||||
params := map[string]string{
|
params := map[string]string{
|
||||||
"c": "OutAppCircuit",
|
"c": "OutAppCircuit",
|
||||||
"a": "getCircuitPhaseRanking",
|
"a": "getCircuitPhaseRanking",
|
||||||
"account_address": accountAddress,
|
"address": accountAddress,
|
||||||
}
|
}
|
||||||
rspObj := &struct {
|
rspObj := &struct {
|
||||||
ErrCode interface{} `json:"errcode"`
|
ErrCode interface{} `json:"errcode"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user