摘要: 全网独家 x=$(curl -s -X POST -H "Content-Type":application/json-rpc --data '{"jsonrpc":"2.0", "method":"user.login", "id":1, "auth":null, "params":{"user" 阅读全文
posted @ 2020-05-21 10:38 进击的pythoner 阅读(210) 评论(0) 推荐(0) 编辑
摘要: def setmailinfo(self, receiveUser, cc, subject, text, text_type, *attachmentFilePaths): # 设置邮件的基本信息(收件人,抄送,主题,正文,附件,可变参数附件路径列表) self.msg['From'] = sel 阅读全文
posted @ 2020-05-21 09:46 进击的pythoner 阅读(238) 评论(0) 推荐(0) 编辑