10 2021 档案

摘要:import os import json import urllib3 class WinxinApi(object): def __init__(self,corpid,secret,chatid): self.secret = secret # 企业微信应用凭证 self.corpid = c 阅读全文
posted @ 2021-10-11 08:43 Hp_mzx 阅读(176) 评论(0) 推荐(0)