1
This commit is contained in:
parent
40d12e1a30
commit
b32267d897
@ -114,7 +114,7 @@ func (this *RechargeApi) BuyWithEmail(c *gin.Context) {
|
|||||||
func (this *RechargeApi) internalBuy(c *gin.Context,
|
func (this *RechargeApi) internalBuy(c *gin.Context,
|
||||||
netId int32, goodsId int32, goodsNum int32, accountAddress string, passportAddress string,
|
netId int32, goodsId int32, goodsNum int32, accountAddress string, passportAddress string,
|
||||||
email string, currencyAddress string) {
|
email string, currencyAddress string) {
|
||||||
currencyMeta := mt.Table.Currency.GetByNetIdAddress(netId, "")
|
currencyMeta := mt.Table.Currency.GetByNetIdAddress(netId, currencyAddress)
|
||||||
if currencyMeta == nil {
|
if currencyMeta == nil {
|
||||||
f5.RspErr(c, 2, "server internal error")
|
f5.RspErr(c, 2, "server internal error")
|
||||||
return
|
return
|
||||||
|
Loading…
x
Reference in New Issue
Block a user