1
This commit is contained in:
parent
79260bcbf7
commit
5b9290558e
@ -125,7 +125,7 @@ func (this *RechargeApi) Buy(c *gin.Context) {
|
||||
Calls []jccommon.ContractCall `json:"calls"`
|
||||
}{}
|
||||
var itemNum int32 = reqJson.Num
|
||||
var diamond int64 = currencyMeta.GetExchangeRate() * int64(1)
|
||||
var diamond int64 = currencyMeta.GetExchangeRate() * int64(1) * int64(itemNum)
|
||||
url := fmt.Sprintf("%s/webapp/index.php", mt.Table.Web3SignCluster.RandElement().GetUrl())
|
||||
f5.GetHttpCliMgr().SendGoStyleRequest(
|
||||
url,
|
||||
|
Loading…
x
Reference in New Issue
Block a user