会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Goun
GitHup:https://github.com/GounGG
首页
新随笔
联系
管理
2017年4月13日
python:发送消息给微信企业号
摘要: 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
阅读(2069)
评论(0)
推荐(0)
编辑
公告