xbackend/utils/func.py
2021-07-28 15:23:41 +08:00

6 lines
83 B
Python

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