bugfix
This commit is contained in:
parent
9ed93d8969
commit
59755053fc
@ -29,7 +29,7 @@ async def accounting(username):
|
|||||||
d.resellerid = '0'
|
d.resellerid = '0'
|
||||||
d.action = 'PAY_REVERSE' if i % 2 ==0 else 'PAY'
|
d.action = 'PAY_REVERSE' if i % 2 ==0 else 'PAY'
|
||||||
d.biz_date = curDateString()
|
d.biz_date = curDateString()
|
||||||
d.timestamp = timstampstr()
|
d.timestamp = timestampstr()
|
||||||
d.productid = 'test_product'
|
d.productid = 'test_product'
|
||||||
d.transamt = 123.432
|
d.transamt = 123.432
|
||||||
d.variable = {
|
d.variable = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user