微信自定義菜單的處理開發(fā)示例
來源:易賢網(wǎng) 閱讀:721 次 日期:2015-04-20 14:49:29
溫馨提示:易賢網(wǎng)小編為您整理了“微信自定義菜單的處理開發(fā)示例”,方便廣大網(wǎng)友查閱!

自定義菜單的創(chuàng)建

<?php

define("APPID", "您的appid");

define("APPSECRET", "您的appsecret ");

$token_access_url = "=" . APPID . "&secret=" . APPSECRET;

$res = file_get_contents($token_access_url); //獲取文件內(nèi)容或獲取網(wǎng)絡(luò)請求的內(nèi)容

//echo $res;

$result = json_decode($res, true); //接受一個 JSON 格式的字符串并且把它轉(zhuǎn)換為 PHP 變量

$access_token = $result['access_token'];

define("ACCESS_TOKEN", $access_token); //將access_token定義為常量,便于使用.

$make_menu_url = "=" . ACCESS_TOKEN;

$menuData = ' {

"button":[

{

"type":"click",

"name":"今日歌曲",

"key":"V1001_TODAY_MUSIC"

},

{

"name":"菜單",

"sub_button":[

{

"type":"view",

"name":"搜索",

"url":""

},

{

"type":"view",

"name":"視頻",

"url":""

},

{

"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);

//判讀執(zhí)行過程中是否有錯誤,有則發(fā)送數(shù)據(jù)錯誤報告.

if (curl_errno($ch)) {

echo 'Error' . curl_error($ch); //用戶檢查php運(yùn)行環(huán)境中的curl模塊開啟情況.

}

curl_close($ch);

print_r($info); //查看post提交到微信服務(wù)器后,返回的數(shù)據(jù).

自定義菜單的獲取

<?php

define("APPID", "您的appid");

define("APPSECRET", "您的appsecret ");

$token_access_url = "=" . APPID . "&secret=" . APPSECRET;

$res = file_get_contents($token_access_url); //獲取文件內(nèi)容或獲取網(wǎng)絡(luò)請求的內(nèi)容

$result = json_decode($res, true); //接受一個 JSON 格式的字符串并且把它轉(zhuǎn)換為 PHP 變量

$access_token = $result['access_token'];

$make_menu_url = "=" . $access_token;

$menu_json = file_get_contents($make_menu_url);

echo $menu_json;

自定義菜單的刪除

<?php

define("APPID", "您的appid");

define("APPSECRET", "您的appsecret ");

$token_access_url = "=" . APPID . "&secret=" . APPSECRET;

$res = file_get_contents($token_access_url); //獲取文件內(nèi)容或獲取網(wǎng)絡(luò)請求的內(nèi)容

$result = json_decode($res, true); //接受一個 JSON 格式的字符串并且把它轉(zhuǎn)換為 PHP 變量

$access_token = $result['access_token'];

$make_menu_url = "=" . $access_token;

$menu_json = file_get_contents($make_menu_url);

echo $menu_json;

更多信息請查看IT技術(shù)專欄

更多信息請查看網(wǎng)絡(luò)編程
易賢網(wǎng)手機(jī)網(wǎng)站地址:微信自定義菜單的處理開發(fā)示例
由于各方面情況的不斷調(diào)整與變化,易賢網(wǎng)提供的所有考試信息和咨詢回復(fù)僅供參考,敬請考生以權(quán)威部門公布的正式信息和咨詢?yōu)闇?zhǔn)!

2025國考·省考課程試聽報名

  • 報班類型
  • 姓名
  • 手機(jī)號
  • 驗證碼
關(guān)于我們 | 聯(lián)系我們 | 人才招聘 | 網(wǎng)站聲明 | 網(wǎng)站幫助 | 非正式的簡要咨詢 | 簡要咨詢須知 | 新媒體/短視頻平臺 | 手機(jī)站點 | 投訴建議
工業(yè)和信息化部備案號:滇ICP備2023014141號-1 云南省教育廳備案號:云教ICP備0901021 滇公網(wǎng)安備53010202001879號 人力資源服務(wù)許可證:(云)人服證字(2023)第0102001523號
云南網(wǎng)警備案專用圖標(biāo)
聯(lián)系電話:0871-65099533/13759567129 獲取招聘考試信息及咨詢關(guān)注公眾號:hfpxwx
咨詢QQ:1093837350(9:00—18:00)版權(quán)所有:易賢網(wǎng)
云南網(wǎng)警報警專用圖標(biāo)