From d933f933ab519c5356166c335985c506d4946f06 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 10 Apr 2026 21:51:35 +0800 Subject: [PATCH] bugfix --- accounting/test_accounting.py | 1 + 1 file changed, 1 insertion(+) diff --git a/accounting/test_accounting.py b/accounting/test_accounting.py index 78c6bd6..62e2efa 100644 --- a/accounting/test_accounting.py +++ b/accounting/test_accounting.py @@ -29,6 +29,7 @@ async def accounting(username): d = DictObject() d.customerid = customerid d.resellerid = '0' + d.providerid = 'none' d.action = 'PAY_REVERSE' if i % 2 ==0 else 'PAY' d.biz_date = curDateString() d.timestamp = timestampstr()