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.billid = getID()
self.variable = {
"交易金额":100,
"充值费":0.003,
"交易金额":recharge_log['recharge_amt'],
"充值费":recharge_log['recharge_fee'],
}
self.bill = {
'id':self.billid,