logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Python3解析微信小程序密文

小程序必须先登录再获取手机号,不能将wx.login方法写在getPhoneNumber里面,否则session_key解密不了import base64import jsonfrom cryptography.hazmat.primitives.ciphers import Cipher, algorithms, modesAPP_ID = "xxx"def decrypt(data, iv,

#小程序#python
到底了