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