如果仅仅是解析,参数带verify=False即可# 需要注意保证”加密”和”解密”的算法一致!!! import jwt secret = 'secret' encoded = jwt.encode({'some': ...
確定! 回上一頁