1
This commit is contained in:
parent
01add69d2c
commit
f80dcc645b
@ -20,7 +20,7 @@ type RechargeApi struct {
|
||||
}
|
||||
|
||||
func (ea *RechargeApi) RechargeList(c *gin.Context) {
|
||||
netId := q5.ToInt32(c.Param("net_id"))
|
||||
netId := q5.ToInt32(c.DefaultQuery("net_id", ""))
|
||||
rspObj := struct {
|
||||
ErrCode int32 `json:"errcode"`
|
||||
ErrMsg string `json:"errmsg"`
|
||||
|
Loading…
x
Reference in New Issue
Block a user