Skip to content

Commit

Permalink
add 封面新闻
Browse files Browse the repository at this point in the history
add 封面新闻
  • Loading branch information
zhaoboy9692 authored Feb 27, 2020
1 parent 8b1e72b commit 95bd461
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 封面新闻.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
def get_sign(account, token, timestamp):
md = hashlib.md5()
md.update(f'3F6BC9D407FCBB4C14BB5E82C0EABAB3{account}{token}{timestamp}'.encode('utf-8')) # 制定需要加密的字符串
return str(md.hexdigest()).upper()

0 comments on commit 95bd461

Please sign in to comment.