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

首頁 > 編程 > Python > 正文

Python實(shí)現(xiàn)微信公眾平臺(tái)自定義菜單實(shí)例

2019-11-25 17:55:26
字體:
供稿:網(wǎng)友

首先先獲取access_token,并保存與全局之中

def token(requset):  url = 'https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=%s&secret=%s' % (  Config.AppID, Config.AppSecret)  result = urllib2.urlopen(url).read()  Config.access_token = json.loads(result).get('access_token')  print 'access_token===%s' % Config.access_token  return HttpResponse(result)

利用上面獲得的access_token,創(chuàng)建自定義表單

def createMenu(request):  url = "https://api.weixin.qq.com/cgi-bin/menu/create?access_token=%s" % Config.access_token  data = {   "button":[   {      "name":"看美圖",      "sub_button":[      {        "type":"click",        "name":"美圖",        "key":"meitu"      },      {        "type":"view",        "name":"精選",        "url":"http://m.VeVB.COm/photos"      },  {        "type":"view",        "name":"回顧",        "url":"http://m.qzone.com/infocenter?g_f=#2378686916/mine"      },  {        "type":"view",        "name":"美圖app",        "url":"http://VeVB.COm/app/app.html"      }] }, {      "name":"看案例",      "sub_button":[      {        "type":"click",        "name":"全部風(fēng)格",        "key":"style"      },      {        "type":"click",        "name":"全部戶型",        "key":"houseType"      },  {        "type":"click",        "name":"全部面積",        "key":"area"      },  {        "type":"view",        "name":"更多案例",        "url":"http://m.VeVB.COm/projects"      }] }, {      "type":"view",      "name":"設(shè)計(jì)申請",      "url":"http://VeVB.COm/zhuanti/freedesign.jsp?src=3" } ]}  #data = json.loads(data)  #data = urllib.urlencode(data)  req = urllib2.Request(url)  req.add_header('Content-Type', 'application/json')  req.add_header('encoding', 'utf-8')  response = urllib2.urlopen(req, json.dumps(data,ensure_ascii=False))  result = response.read()  return HttpResponse(result)
發(fā)表評(píng)論 共有條評(píng)論
用戶名: 密碼:
驗(yàn)證碼: 匿名發(fā)表
主站蜘蛛池模板: 阳山县| 班戈县| 林口县| 靖边县| 凌云县| 江达县| 临泉县| 新乐市| 栖霞市| 绥江县| 沙雅县| 瑞安市| 新安县| 新兴县| 德阳市| 胶州市| 阿尔山市| 根河市| 泾阳县| 监利县| 彭州市| 佳木斯市| 沙雅县| 仪征市| 襄樊市| 乐昌市| 盘锦市| 汝州市| 湖北省| 彭阳县| 寿阳县| 军事| 报价| 潍坊市| 迭部县| 固镇县| 涪陵区| 元阳县| 敦化市| 桃园县| 集贤县|