国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 開發設計 > 正文

python微信推送模板消息

2019-11-14 17:18:30
字體:
來源:轉載
供稿:網友
#!/usr/bin/env python#-*- coding: utf-8 -*-import httplibimport jsonimport MySQLdb#從數據庫中獲取access_tokenaccess_token=""try:    conn=MySQLdb.connect(host='192.168.1.1',user='root',passwd='root',db='db_weixin',port=3306)    cur=conn.cursor()    cur.execute('select access_token from weixin_public')    result=cur.fetchone()    #PRint result    #print result[0]    access_token=result[0]    cur.close()    conn.close()except MySQLdb.Error,e:    print "Mysql Error %d: %s" % (e.args[0], e.args[1])    #根據接口推送消息    if not access_token is None:    conn = httplib.HTTPConnection("api.weixin.QQ.com:80")#微信接口鏈接    headers = {"Content-type":"application/json"} #application/x-www-form-urlencoded    params = ({'touser' : "oEGZ4johnKOtayJbnEVeuaZr6zQ0",#用戶openid    'template_id' : 'AtFuydv8k_15UGZuFntaBzJRCsHCkjNm1dcWD3A-11Y',#Word1" : {"value" : "訪問時間 2015-04-05 15:30:59 訪問ip 192.168.1.2", "color" : "#173177"},        "keyword2" : {"value" : "訪問鏈接 http://www.710.so", "color" : "#173177"},        "remark" : {"value" : "訪問頻率 10/s", "color" : "#173177"}        }    }    )    conn.request("POST", "/cgi-bin/message/template/send?access_token="+access_token, json.JSONEncoder().encode(params), headers)#推送消息請求    response = conn.getresponse()    data = response.read()#推送返回數據    if response.status == 200:        print 'success'        print data    else:        print 'fail'    conn.close()

 


發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 清镇市| 盐源县| 新龙县| 鞍山市| 汕头市| 奇台县| 湘潭县| 芜湖县| 南康市| 龙门县| 泾阳县| 天峻县| 宣威市| 思南县| 连城县| 克什克腾旗| 中卫市| 辽阳市| 赫章县| 宁夏| 孟连| 金沙县| 民乐县| 陆河县| 丹江口市| 华容县| 华宁县| 凯里市| 南漳县| 许昌市| 莱阳市| 南汇区| 五寨县| 玛纳斯县| 崇信县| 兴隆县| 蒙阴县| 乐昌市| 治县。| 连江县| 正阳县|