This commit is contained in:
yumoqing 2026-04-10 21:55:23 +08:00
parent 34d45b88e1
commit fdf33882d7

View File

@ -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)