This commit is contained in:
aozhiwei 2024-08-08 13:15:07 +08:00
parent 01add69d2c
commit f80dcc645b

View File

@ -20,7 +20,7 @@ type RechargeApi struct {
} }
func (ea *RechargeApi) RechargeList(c *gin.Context) { func (ea *RechargeApi) RechargeList(c *gin.Context) {
netId := q5.ToInt32(c.Param("net_id")) netId := q5.ToInt32(c.DefaultQuery("net_id", ""))
rspObj := struct { rspObj := struct {
ErrCode int32 `json:"errcode"` ErrCode int32 `json:"errcode"`
ErrMsg string `json:"errmsg"` ErrMsg string `json:"errmsg"`