|
|
@@ -232,7 +232,8 @@ function fontBuyItem(human, net, buyID)
|
|
|
net.voucher = conf.Voucher
|
|
|
-- net.productId = conf.productid
|
|
|
net.productId = getRealProductId(human, buyID, region)
|
|
|
- net.disableVoucher = conf.disableVoucher or 1
|
|
|
+ -- net.disableVoucher = conf.disableVoucher or 1
|
|
|
+ net.disableVoucher = isExcludedAccRechargeId(buyID) and 1 or 0
|
|
|
if conf.module and conf.module ~= "" then
|
|
|
local tModule = load("return require(\"" .. conf.module .. "\")")()
|
|
|
if tModule and tModule.GetRemainNum then
|