1
This commit is contained in:
parent
d3cd8f5f88
commit
c5f61f3287
@ -239,6 +239,14 @@ func (this *RechargeApi) internalBuy(c *gin.Context,
|
||||
f5.RspErr(c, 500, "server internal error")
|
||||
return
|
||||
}
|
||||
f5.GetSysLog().Info("recharge net_id:%d currency_name:%s decimal:%d srcPrice:%d bnPrice:%s calls.len:%d jsonRsp:%s",
|
||||
netId,
|
||||
currencyMeta.GetCurrencyName(),
|
||||
currencyMeta.GetCurrencyDecimal(),
|
||||
srcPrice,
|
||||
bnPrice.String(),
|
||||
len(jsonRspObj.Calls),
|
||||
q5.EncodeJson(&jsonRspObj));
|
||||
c.JSON(200, jsonRspObj)
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user