buggix
This commit is contained in:
parent
ad95d3c84f
commit
ab77c6905b
@ -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,
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user