摘要: https://www.jianshu.com/p/03ad32c1586c import jwt import time headers = { "alg": "HS256", "typ": "JWT" } # 设置headers,即加密算法的配置 salt = "asgfdgerher" # 随 阅读全文
posted @ 2023-02-07 16:21 凯宾斯基 阅读(331) 评论(0) 推荐(0)