• <abbr id="chdyf"></abbr>
    <ruby id="chdyf"><acronym id="chdyf"><meter id="chdyf"></meter></acronym></ruby>
    <bdo id="chdyf"></bdo>
    <dfn id="chdyf"><menu id="chdyf"></menu></dfn>
    1. <menuitem id="chdyf"></menuitem><strong id="chdyf"><menu id="chdyf"></menu></strong>

      <rt id="chdyf"><menu id="chdyf"></menu></rt>
      成人小说一区二区三区,伊人精品成人久久综合全集观看,久久HEZYO色综合,中文字幕精品人妻熟女,影音先锋成人网站,我要看免费一级毛片,中国女人做爰A片,中文字幕av久久爽Av

      微信小程序發送訂閱消息(之前是模板消息)

      2020-8-20    seo達人

      之前的模板消息已經廢棄,現在改為訂閱消息,訂閱消息發布前,需要用戶確認后才能接收訂閱消息。


      image


      小程序端

      index.wxml


      <button bindtap="send">發送訂閱消息</button>

      index.js


      const app = getApp()

      Page({ data: {

       }, send:function(){

         wx.requestSubscribeMessage({ tmplIds: ['WZiCliW1zVtHXqX7dGnFNmFvxhW-wd9S_W4WfrwNvss'],


      success:(res)=> { // 在登錄的時候,獲取到的openid進行緩存,現在直接把openid提取出來即可 wx.getStorage({ key: 'openid',


               success (res) { console.log(res.data)

                 wx.request({ url: 'https://www.xxx.com/send.php?openid='+res.data, data: {},


      header: { 'content-type': 'application/json' },


                   success (res) { // 推送 if(res.data.errcode == '43101'){ console.log("拒絕訂閱消息")

                     }else if(res.data.errcode == '0'){ console.log("發送訂閱消息")

                     }else{ console.log("未知錯誤")

                     }

                   }

                 })

               },

               fail (res) { console.log("沒有openid,無法發送")

               }

             })

           }

         })

       }

      })

      后端

      <?php //設置 header  header("Content-type:application/json"); //接收參數 $openid = $_GET["openid"];


      //初始化 CURL $ch = curl_init(); // 獲取access_token // include ''; require_once("access_token.php");


      //目標服務器地址  curl_setopt($ch, CURLOPT_URL,


      'https://api.weixin.qq.com/cgi-bin/message/subscribe/send?access_token='.$access_token);


      //設置要POST的數據 curl_setopt($ch, CURLOPT_POST, true);


      $data = '{

       "touser": "'.$openid.'",

       "template_id": "模板ID",

       "page": "pages/index/index",// 要跳轉的頁面

       "lang":"zh_CN",

       "data": {

           "thing4": {

               "value": "歡迎使用專插本最前線小程序"

           },

           "thing5": {

               "value": "小程序由公眾號:廣東專插本最前線開發"

           }

       }

      }';

      curl_setopt($ch, CURLOPT_POSTFIELDS, $data);

      curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST"); // 對認證證書來源的檢查 curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, 0); // 從證書中檢查SSL加密算法是否存在 curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, 2); //獲取的信息以文件流的形式返回,而不是直接輸出 curl_setopt($ch, CURLOPT_RETURNTRANSFER, true); //發起請求 $result = curl_exec($ch); echo $result; //關閉請求 curl_close($ch); ?>

      access_token.php


      <?php // 聲明頁面header header("Content-type:charset=utf-8"); // APPID、APPSECRET $appid = "你的小程序APPID";

      $appsecret = "你的小程序APPSECRET"; // 獲取access_token和jsapi_ticket function getToken(){

         $file = file_get_contents("access_token.json",true);//讀取access_token.json里面的數據 $result = json_decode($file,true); //判斷access_token是否在有效期內,如果在有效期則獲取緩存的access_token //如果過期了則請求接口生成新的access_token并且緩存access_token.json if (time() > $result['expires']){

             $data = array();

             $data['access_token'] = getNewToken();

             $data['expires'] = time()+7000;

             $jsonStr =  json_encode($data);

             $fp = fopen("access_token.json", "w");

             fwrite($fp, $jsonStr);

             fclose($fp); return $data['access_token'];

         }else{ return $result['access_token'];

         }

      } //獲取新的access_token function getNewToken($appid,$appsecret){ global $appid; global $appsecret;

         $url = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=".$appid."&secret=".$appsecret."";

         $access_token_Arr =  file_get_contents($url);

         $token_jsonarr = json_decode($access_token_Arr, true); return $token_jsonarr["access_token"];

      }


      $access_token = getToken(); ?>

      邏輯

      1、通過button控件出發send函數

      2、send函數調用wx.requestSubscribeMessageAPI,微信允許接收訂閱消息

      3、 wx.request向send.php后端請求

      4、后端獲取access_token后,調用訂閱消息接口POST一段json數據即可發送訂閱消息


      官方文檔

      1、https://developers.weixin.qq.com/miniprogram/dev/api/open-api/subscribe-message/wx.requestSubscribeMessage.html


      2、https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/subscribe-message/subscribeMessage.addTemplate.html


      Author:TANKING

      Date:2020-08-24

      Web:http://www.likeyun.cn/

      WeChat:face6009

      藍藍設計www.wtxcl.cn )是一家專注而深入的界面設計公司,為期望卓越的國內外企業提供卓越的UI界面設計、BS界面設計 、 cs界面設計 、 ipad界面設計 、 包裝設計 、 圖標定制 、 用戶體驗 、交互設計、 網站建設 、平面設計服務

      日歷

      鏈接

      個人資料

      藍藍設計的小編 http://www.wtxcl.cn

      存檔

      主站蜘蛛池模板: 亚洲av网站| 中文字幕熟女人妻偷伦| 激情人妻系列| 91在线观看| 富婆熟妇熟女二区三区| 国产亚洲日韩妖曝欧美| 91黄色视频在线观看| 爱爱福利导航| 亚洲最大成人在线播放| 成人黄色一级片一级片 | 亚洲欧洲精品国产二码| 99久久亚洲综合精品成人网| 亚洲AV无码精品一二三区推荐 | 岛国在线无码高清视频 | 久久久国产精品VA麻豆| 2022色婷婷综合久久久| 熟女丝袜在线| 欧美A√| 免费看国产美女裸体视频| 无码毛片一区二区三区本码视频| 中文字幕少妇人妻| 欧美亚洲国产精品久久| 变态另类影音先锋| 日韩5g影院天天5g天天爽| 色八区人妻在线视频| 亚洲欲妇| 无码人妻一区二区三区线花季软件| 亚洲国产成人无码AV在线| 欧美成人午夜无码A片秀色直播| 中文字幕日韩av| 女人被狂躁高潮啊的视频在线看| 91亚洲国产成人精品性色| 成人做爰A片免费看奶头| 99爱视频精品免视看| 丰满少妇大力进入| 精河县| 永久免费AV无码国产网站| 熟女在线国产| 亚洲国产成人精品青青草原导航| 一本无码中文字幕| 久久久女女女女999久久|