MCPcopy
hub / github.com/liangliangyy/DjangoBlog / generate_code

Function generate_code

djangoblog/utils.py:138–140  ·  view source on GitHub ↗

生成随机数验证码

()

Source from the content-addressed store, hash-verified

136
137
138def generate_code() -> str:
139 """生成随机数验证码"""
140 return ''.join(random.sample(string.digits, 6))
141
142
143def parse_dict_to_url(dict):

Callers 4

postMethod · 0.90

Calls

no outgoing calls