摘要: 1 # -*- coding:utf-8 -*- 2 3 import requests 4 import json 5 6 ''' 7 基础环境:微信企业号 8 version:python 2.7 9 ''' 10 11 class Send_Message(): 12 def __init__(self, text): 13 self.tex... 阅读全文
posted @ 2017-04-13 20:27 Goun 阅读(2063) 评论(0) 推荐(0) 编辑