亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

微信開發如何實現自定義菜單

發布時間:2021-07-27 11:14:15 來源:億速云 閱讀:147 作者:小新 欄目:移動開發

這篇文章主要介紹了微信開發如何實現自定義菜單,具有一定借鑒價值,感興趣的朋友可以參考下,希望大家閱讀完這篇文章之后大有收獲,下面讓小編帶著大家一起了解一下。

自定義菜單的創建

<?php
 
define("APPID", "您的appid");
define("APPSECRET", "您的appsecret ");
 
$token_access_url = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=" . APPID . "&secret=" . APPSECRET;
$res = file_get_contents($token_access_url);  //獲取文件內容或獲取網絡請求的內容
//echo $res;
$result = json_decode($res, true);  //接受一個 JSON 格式的字符串并且把它轉換為 PHP 變量
$access_token = $result['access_token'];
 
define("ACCESS_TOKEN", $access_token);  //將access_token定義為常量,便于使用.
 
$make_menu_url = "https://api.weixin.qq.com/cgi-bin/menu/create?access_token=" . ACCESS_TOKEN;
 
$menuData = ' {
   "button":[
   {
     "type":"click",
     "name":"今日歌曲",
     "key":"V1001_TODAY_MUSIC"
   },
   {
      "name":"菜單",
      "sub_button":[
      {
        "type":"view",
        "name":"搜索",
        "url":"http://www.soso.com/"
      },
      {
        "type":"view",
        "name":"視頻",
        "url":"http://v.qq.com/"
      },
      {
        "type":"click",
        "name":"贊一下我們",
        "key":"V1001_GOOD"
      }]
    }]
 }';
 
$ch = curl_init();
 
curl_setopt($ch, CURLOPT_URL, $make_menu_url);
curl_setopt($ch, CURLOPT_CUSTOMREQUEST, "POST");
curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, FALSE);
curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, FALSE);
curl_setopt($ch, CURLOPT_USERAGENT, "Mozilla/5.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.1.4322)");
curl_setopt($ch, CURLOPT_FOLLOWLOCATION, 1);
curl_setopt($ch, CURLOPT_AUTOREFERER, 1);
curl_setopt($ch, CURLOPT_POSTFIELDS, $menuData);
curl_setopt($ch, CURLOPT_RETURNTRANSFER, TRUE);
 
$info = curl_exec($ch);
 
//判讀執行過程中是否有錯誤,有則發送數據錯誤報告.
if (curl_errno($ch)) {
  echo 'Error' . curl_error($ch); //用戶檢查php運行環境中的curl模塊開啟情況.
}
 
curl_close($ch);
print_r($info); //查看post提交到微信服務器后,返回的數據.

自定義菜單的獲取

<?php
 
define("APPID", "您的appid");
define("APPSECRET", "您的appsecret ");
 
$token_access_url = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=" . APPID . "&secret=" . APPSECRET;
$res = file_get_contents($token_access_url);  //獲取文件內容或獲取網絡請求的內容
$result = json_decode($res, true);  //接受一個 JSON 格式的字符串并且把它轉換為 PHP 變量
$access_token = $result['access_token'];
 
$make_menu_url = "https://api.weixin.qq.com/cgi-bin/menu/get?access_token=" . $access_token;
 
$menu_json = file_get_contents($make_menu_url);
 
echo $menu_json;

自定義菜單的刪除

<?php
 
define("APPID", "您的appid");
define("APPSECRET", "您的appsecret ");
 
$token_access_url = "https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=" . APPID . "&secret=" . APPSECRET;
$res = file_get_contents($token_access_url);  //獲取文件內容或獲取網絡請求的內容
$result = json_decode($res, true);  //接受一個 JSON 格式的字符串并且把它轉換為 PHP 變量
$access_token = $result['access_token'];
 
$make_menu_url = "https://api.weixin.qq.com/cgi-bin/menu/delete?access_token=" . $access_token;
 
$menu_json = file_get_contents($make_menu_url);
 
echo $menu_json;

感謝你能夠認真閱讀完這篇文章,希望小編分享的“微信開發如何實現自定義菜單”這篇文章對大家有幫助,同時也希望大家多多支持億速云,關注億速云行業資訊頻道,更多相關知識等著你來學習!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

永善县| 德保县| 玛曲县| 邵阳市| 长白| 乌海市| 珠海市| 从化市| 渭源县| 哈密市| 个旧市| 肇庆市| 芒康县| 达拉特旗| 江津市| 霸州市| 南丰县| 环江| 大庆市| 灵山县| 会东县| 织金县| 格尔木市| 沽源县| 富裕县| 玉环县| 汤原县| 集贤县| 佛教| 内江市| 信阳市| 赤壁市| 彭泽县| 土默特右旗| 洛浦县| 邹城市| 托克逊县| 威宁| 全椒县| 陵川县| 万安县|