This commit is contained in:
yumoqing 2025-12-14 12:41:09 +08:00
parent ad95d3c84f
commit ab77c6905b

View File

@ -26,8 +26,8 @@ class RechargeAccounting:
self.summary = self.action self.summary = self.action
self.billid = getID() self.billid = getID()
self.variable = { self.variable = {
"交易金额":100, "交易金额":recharge_log['recharge_amt'],
"充值费":0.003, "充值费":recharge_log['recharge_fee'],
} }
self.bill = { self.bill = {
'id':self.billid, 'id':self.billid,