This commit is contained in:
yumoqing 2025-12-16 21:20:34 +08:00
parent b2f61e6e3b
commit 9655dcac83

View File

@ -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