bugfix
This commit is contained in:
parent
d06e46eec8
commit
d933f933ab
@ -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()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user