python发送短信
python通过阿里云、螺丝帽、网易云、腾讯云、百度云发送短信; 代码中有两个错误地方: 百度云发送generated_authorization函数中的 tempStr = str(urllib.parse.quote(key.lower(), safe="")) + ":" + str(urllib.parse.quote(value.lower(), safe="")) 第二个lower()去掉 然后data进行json.dumps(data)
下载地址
用户评论