bugfix
This commit is contained in:
parent
34d45b88e1
commit
fdf33882d7
@ -36,7 +36,7 @@ async def accounting(username):
|
|||||||
d.productid = 'test_product'
|
d.productid = 'test_product'
|
||||||
d.transamt = 1.432
|
d.transamt = 1.432
|
||||||
d.variable = {
|
d.variable = {
|
||||||
"交易金额": 123.432,
|
"交易金额": 1.432,
|
||||||
"交易手续费": 0
|
"交易手续费": 0
|
||||||
}
|
}
|
||||||
ais.append(d)
|
ais.append(d)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user