国产av日韩一区二区三区精品,成人性爱视频在线观看,国产,欧美,日韩,一区,www.成色av久久成人,2222eeee成人天堂

Table of Contents
微信公眾平臺(tái)開發(fā)關(guān)注及取消關(guān)注事件的方法,公眾平臺(tái)
Home php教程 php手冊(cè) 微信公眾平臺(tái)開發(fā)關(guān)注及取消關(guān)注事件的方法,公眾平臺(tái)

微信公眾平臺(tái)開發(fā)關(guān)注及取消關(guān)注事件的方法,公眾平臺(tái)

Jun 13, 2016 am 09:18 AM
WeChat

微信公眾平臺(tái)開發(fā)關(guān)注及取消關(guān)注事件的方法,公眾平臺(tái)

本文實(shí)例講述了微信公眾平臺(tái)開發(fā)關(guān)注及取消關(guān)注事件的方法。分享給大家供大家參考。具體分析如下:

用戶在關(guān)注與取消關(guān)注公眾號(hào)時(shí),微信會(huì)把這個(gè)事件推送到開發(fā)者填寫的URL,方便開發(fā)者給用戶下發(fā)歡迎消息或者做帳號(hào)的解綁.

下面是一個(gè)微信公眾平臺(tái)關(guān)注和取消關(guān)注的實(shí)例,代碼如下:

復(fù)制代碼 代碼如下:

define("TOKEN", "w3note");//定義識(shí)別碼
$wechatObj = new wechatCallbackapiTest();//實(shí)例化wechatCallbackapiTest類
?
if(!isset($_GET["echostr"])){
???? $wechatObj->responseMsg();
}else{
?$wechatObj->valid();
}
class wechatCallbackapiTest
{
?public function valid()
??? {
??????? $echoStr = $_GET["echostr"];
??????? if($this->checkSignature()){
???????? echo $echoStr;
???????? exit;
??????? }
??? }
??? public function responseMsg()//執(zhí)行接收器方法
??? {
??? $postStr = $GLOBALS["HTTP_RAW_POST_DATA"];
??? if (!emptyempty($postStr)){
????? $postObj = simplexml_load_string($postStr, 'SimpleXMLElement', LIBXML_NOCDATA);
????? $RX_TYPE = trim($postObj->MsgType);
????? switch($RX_TYPE){
?????? case "event":
?????? $result = $this->receiveEvent($postObj);
?????? breadk;
????? }
????? echo $result;
? }else{
?? echo "";
?? exit;
? }
?}
? private function receiveEvent($object){
?? $content = "";
?? switch ($postObj->Event){
??? case "subscribe":
??? $content = "歡迎關(guān)注網(wǎng)志博客";//這里是向關(guān)注者發(fā)送的提示信息
??? break;
??? case "unsubscribe":
??? $content = "";
??? break;
?? }
?? $result = $this->transmitText($object,$content);
?? return $result;
??? }
?private function transmitText($object,$content){
?? $textTpl = "
??????
??????
?????? %s
??????
??????
?????? 0
??????
";
??? $result = sprintf($textTpl, $object->FromUserName, $object->$ToUserName, time(), $content);
??? return $result;
? }
?private function checkSignature()
?{
? $signature = $_GET["signature"];
? $timestamp = $_GET["timestamp"];
? $nonce = $_GET["nonce"];
? $token = TOKEN;
? $tmpArr = array($token, $timestamp, $nonce);
? sort($tmpArr, SORT_STRING);
? $tmpStr = implode( $tmpArr );
? $tmpStr = sha1( $tmpStr );
? if( $tmpStr == $signature ){
?? return true;
? }else{
?? return false;
? }
?}
}


代碼相關(guān)參數(shù)說明:
參數(shù) 描述
ToUserName 開發(fā)者微信號(hào)
FromUserName 發(fā)送方帳號(hào)(一個(gè)OpenID)
CreateTime 消息創(chuàng)建時(shí)間 (整型)
MsgType ?消息類型,event
Event 事件類型,subscribe(訂閱)、unsubscribe(取消訂閱)

希望本文所述對(duì)大家的php程序設(shè)計(jì)有所幫助。

Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undress AI Tool

Undress AI Tool

Undress images for free

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

PHP Tutorial
1502
276
Copy comics (official website entrance)_Copy comics (nba) genuine online reading portal Copy comics (official website entrance)_Copy comics (nba) genuine online reading portal Jun 05, 2025 pm 04:12 PM

Copying comics is undoubtedly a treasure that cannot be missed. Here you can find basketball comics in various styles, from passionate and inspiring competitive stories to relaxed and humorous daily comedy. Whether you want to relive the classics or discover new works, copying comics can meet your needs. Through the authentic online reading portal provided by copy comics, you will bid farewell to the trouble of pirated resources, enjoy a high-definition and smooth reading experience, and can support your favorite comic authors and contribute to the development of authentic comics.

Which is better, uc browser or qq browser? In-depth comparison and evaluation of uc and qq browsers Which is better, uc browser or qq browser? In-depth comparison and evaluation of uc and qq browsers May 22, 2025 pm 08:33 PM

Choosing UC browser or QQ browser depends on your needs: 1. UC browser is suitable for users who pursue fast loading and rich entertainment functions; 2. QQ browser is suitable for users who need stability and seamless connection with Tencent products.

Top 10 AI writing software rankings Recommended Which AI writing software is free Top 10 AI writing software rankings Recommended Which AI writing software is free Jun 04, 2025 pm 03:27 PM

Combining the latest industry trends and multi-dimensional evaluation data in 2025, the following are the top ten comprehensive AI writing software recommendations, covering mainstream scenarios such as general creation, academic research, and commercial marketing, while taking into account Chinese optimization and localization services:

Watch the official page of NIS comics online for free comics. The free entry website of NIS comics login page Watch the official page of NIS comics online for free comics. The free entry website of NIS comics login page Jun 12, 2025 pm 08:18 PM

Nice Comics, an immersive reading experience platform dedicated to creating for comic lovers, brings together a large number of high-quality comic resources at home and abroad. It is not only a comic reading platform, but also a community that connects comic artists and readers and shares comic culture. Through simple and intuitive interface design and powerful search functions, NES Comics allows you to easily find your favorite works and enjoy a smooth and comfortable reading experience. Say goodbye to the long waiting and tedious operations, enter the world of Nice comics immediately and start your comic journey!

Frog Man Online Viewing Entrance Man Frog Man (Web Page Entrance) Watch Online Frog Man Online Viewing Entrance Man Frog Man (Web Page Entrance) Watch Online Jun 12, 2025 pm 08:06 PM

Frogman Comics has become the first choice for many comic lovers with its rich and diverse comic resources and convenient and smooth online reading experience. It is like a vibrant pond, with fresh and interesting stories constantly emerging, waiting for you to discover and explore. Frog Man comics cover a variety of subjects, from passionate adventures to sweet love, from fantasy and science fiction to suspense reasoning, no matter which genre you like, you can find your favorite works here. Its simple and intuitive interface design allows you to easily get started, quickly find the comics you want to read, and immerse yourself in the exciting comic world.

Baozi Comics (Entrance)_ Baozi Comics (New Entrance) 2025 Baozi Comics (Entrance)_ Baozi Comics (New Entrance) 2025 Jun 05, 2025 pm 04:18 PM

Here, you can enjoy the vast ocean of comics and explore works of various themes and styles, from passionate young man comics to delicate and moving girl comics, from suspenseful and brain-burning mystery comics to relaxed and funny daily comics, there is everything, and there is always one that can touch your heartstrings. We not only have a large amount of genuine comic resources, but also constantly introduce and update the latest works to ensure that you can read your favorite comics as soon as possible.

b An latest registered address_How to register b An exchange b An latest registered address_How to register b An exchange May 26, 2025 pm 07:12 PM

The latest official website of 2025b Announce is: https://www.marketwebb.co/zh-CN/join?ref=507720986&type=wenzi; Binance Exchange is a global cryptocurrency exchange that serves 180 countries and regions including North America, Europe, Taiwan, the Middle East, Hong Kong, and Malaysia. It provides more than 600 cryptocurrencies and has 270 million registered users worldwide.

How to download Huobi on Android phones? Huobi download tutorial (step-by-step tutorial) How to download Huobi on Android phones? Huobi download tutorial (step-by-step tutorial) Jun 12, 2025 pm 10:12 PM

Android mobile phone users can download and install Huobi/Huobi App through the following steps: 1. Ensure the network is stable and the storage space is sufficient; 2. Download the App through Huobi/Huobi official website, use the browser to access the official website and click the download link or scan the QR code, or search and download through third-party application stores such as AppTreasure and Huawei App Market, and you can also obtain the installation package through friends' sharing; 3. Find the downloaded .apk file, enable the "Unknown Source App" installation permission, follow the prompts to complete the installation, etc.

See all articles