This commit is contained in:
yumoqing 2025-12-15 17:14:14 +08:00
parent a262682f95
commit 55058d0403

View File

@ -29,7 +29,7 @@ class RechargeBiz(PFBiz):
self.billid = getID()
self.variable = {
"交易金额":recharge_log['recharge_amt'],
"充值费":recharge_log['recharge_fee'],
"充值费":recharge_log['recharge_feerate'],
}
self.bill = {
'id':self.billid,