From 59755053fcbec173878c1f7652a4f96b4b7f807c Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 10 Apr 2026 21:48:35 +0800 Subject: [PATCH] bugfix --- accounting/test_accounting.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accounting/test_accounting.py b/accounting/test_accounting.py index 72555d6..b5be3d4 100644 --- a/accounting/test_accounting.py +++ b/accounting/test_accounting.py @@ -29,7 +29,7 @@ async def accounting(username): d.resellerid = '0' d.action = 'PAY_REVERSE' if i % 2 ==0 else 'PAY' d.biz_date = curDateString() - d.timestamp = timstampstr() + d.timestamp = timestampstr() d.productid = 'test_product' d.transamt = 123.432 d.variable = {