xbackend/utils/func.py
2021-07-28 16:59:58 +08:00

6 lines
76 B
Python

import time
def get_uid():
return hex(int(time.time() * 10 ** 7))[2:]