This commit is contained in:
yumoqing 2026-04-10 21:51:35 +08:00
parent d06e46eec8
commit d933f933ab

View File

@ -29,6 +29,7 @@ async def accounting(username):
d = DictObject() d = DictObject()
d.customerid = customerid d.customerid = customerid
d.resellerid = '0' d.resellerid = '0'
d.providerid = 'none'
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 = timestampstr() d.timestamp = timestampstr()