bugfix
This commit is contained in:
parent
b2f61e6e3b
commit
9655dcac83
@ -102,7 +102,7 @@ class TransferPay(Gateway):
|
||||
|
||||
def gen_mailcode(self):
|
||||
c = '1'
|
||||
for range(6):
|
||||
for i in range(6):
|
||||
c += randint(0,9)
|
||||
return c
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user