实例介绍
微信公众平台开发最佳实践 源代码
【实例截图】
【核心代码】
微信公众平台开发最佳实践_源代码
└── 微信公众平台开发最佳实践 源代码
├── appendix
│ ├── 基础接口
│ │ └── index.php
│ └── 高级接口
│ ├── weixin.class.php
│ └── weixin.class.php.bak
├── chapter1
│ └── Thumbs.db
├── chapter2
│ ├── index.php
│ └── Thumbs.db
├── chapter3
│ ├── index.php
│ └── Thumbs.db
├── chapter4
│ ├── index1.php
│ ├── index2.php
│ └── index3.php
├── chapter5
│ ├── 1-10.txt
│ ├── 5-10.txt
│ ├── 5-11.txt
│ ├── 5-13
│ │ ├── 5-13.txt
│ │ └── weixin.class.php
│ ├── 5-1.txt
│ ├── 5-2.txt
│ ├── 5-3
│ │ └── index.php
│ ├── 5-4.txt
│ ├── 5-5
│ │ ├── css
│ │ │ └── jquery.mobile-1.3.2.css
│ │ ├── js
│ │ │ ├── jquery-1.10.2.js
│ │ │ └── jquery.mobile-1.3.2.js
│ │ └── oauth2_openid.php
│ ├── 5-6.txt
│ ├── 5-7.txt
│ ├── 5-8.txt
│ └── 5-9.txt
├── chapter6
│ └── Thumbs.db
├── chapter7
│ ├── chapter7-1
│ │ ├── 71_weather
│ │ │ ├── index.php
│ │ │ ├── Thumbs.db
│ │ │ ├── weather2.php
│ │ │ ├── weather.php
│ │ │ └── weather.sql
│ │ ├── 72_express
│ │ │ ├── express.php
│ │ │ ├── index.php
│ │ │ └── Thumbs.db
│ │ ├── 73_translate
│ │ │ ├── index.php
│ │ │ ├── Thumbs.db
│ │ │ └── translate.php
│ │ ├── 74_pm25
│ │ │ └── index.php
│ │ └── 75_stock
│ │ ├── analysis.php
│ │ ├── index.php
│ │ ├── simple_html_dom.php
│ │ ├── stock.php
│ │ └── Thumbs.db
│ ├── chapter7-2
│ │ ├── 76_apple
│ │ │ ├── apple.php
│ │ │ ├── index.php
│ │ │ └── Thumbs.db
│ │ ├── 77_history
│ │ │ ├── history.php
│ │ │ ├── index.php
│ │ │ └── simple_html_dom.php
│ │ ├── 78_nearby
│ │ │ ├── index.php
│ │ │ ├── location.php
│ │ │ ├── mapbaidu.php
│ │ │ └── Thumbs.db
│ │ ├── 79_traffic
│ │ │ └── index.php
│ │ └── 7a_cet46
│ │ ├── abc.txt
│ │ └── Thumbs.db
│ └── Thumbs.db
├── chapter8
│ ├── chapter8-1
│ │ ├── 81_joke
│ │ │ ├── index.php
│ │ │ ├── joke.php
│ │ │ └── joke.sql
│ │ ├── 82_astrology
│ │ │ ├── astrology.php
│ │ │ └── index.php
│ │ ├── 83_dream
│ │ │ ├── dream.php
│ │ │ ├── dream.sql.zip
│ │ │ └── index.php
│ │ └── 84_fortune
│ │ ├── fortune.php
│ │ ├── index.php
│ │ └── simple_html_dom.php
│ ├── chapter8-2
│ │ ├── 85_couple
│ │ │ ├── faceplusplus.php
│ │ │ ├── index.php
│ │ │ └── Thumbs.db
│ │ ├── 86_music
│ │ │ ├── index.php
│ │ │ ├── music.php
│ │ │ └── music.xml
│ │ ├── 87_questions
│ │ │ ├── index.php
│ │ │ ├── question.php
│ │ │ ├── questions.sql
│ │ │ └── Thumbs.db
│ │ └── 88_xiaoi
│ │ ├── index.php
│ │ ├── Thumbs.db
│ │ └── xiaoi.php
│ └── Thumbs.db
├── chapter9
│ ├── chapter9-1
│ │ ├── 91_membercard
│ │ │ ├── 4b.jpg
│ │ │ ├── 4f.jpg
│ │ │ ├── companylogo_.png
│ │ │ ├── css
│ │ │ │ └── style.css
│ │ │ ├── img
│ │ │ │ ├── 4b.jpg
│ │ │ │ ├── 4f.jpg
│ │ │ │ ├── icon_addr.png
│ │ │ │ ├── icons.png
│ │ │ │ ├── icon_tel.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── power_bk5_1.png
│ │ │ │ ├── power_bk5_2.png
│ │ │ │ ├── power_bk5_3.png
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── wei_shop_bk1.jpg
│ │ │ │ └── wei_shop_bk2.jpg
│ │ │ ├── index2.htm
│ │ │ ├── index.php
│ │ │ ├── js
│ │ │ │ └── _meishi_wei_html5_v3.2.9.js
│ │ │ ├── logo2.png
│ │ │ ├── member.php
│ │ │ └── Thumbs.db
│ │ ├── 92_order
│ │ │ ├── css
│ │ │ │ ├── hotels.css
│ │ │ │ ├── img
│ │ │ │ │ ├── addr.png
│ │ │ │ │ ├── arrow3.png
│ │ │ │ │ ├── detail.png
│ │ │ │ │ ├── gift.png
│ │ │ │ │ ├── order.png
│ │ │ │ │ ├── tel2.png
│ │ │ │ │ ├── tel.png
│ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ └── userinfo.png
│ │ │ │ └── order.css
│ │ │ ├── img
│ │ │ │ ├── logo.png
│ │ │ │ └── Thumbs.db
│ │ │ ├── index.php
│ │ │ ├── js
│ │ │ │ ├── jquery.min.js
│ │ │ │ └── main.js
│ │ │ ├── order.php
│ │ │ ├── phpmailer
│ │ │ │ ├── aboutus.html
│ │ │ │ ├── changelog.txt
│ │ │ │ ├── class.phpmailer.php
│ │ │ │ ├── class.pop3.php
│ │ │ │ ├── class.smtp.php
│ │ │ │ ├── docs
│ │ │ │ │ ├── Callback_function_notes.txt
│ │ │ │ │ ├── DomainKeys_notes.txt
│ │ │ │ │ ├── extending.html
│ │ │ │ │ ├── faq.html
│ │ │ │ │ ├── Note_for_SMTP_debugging.txt
│ │ │ │ │ ├── pop3_article.txt
│ │ │ │ │ └── use_gmail.txt
│ │ │ │ ├── examples
│ │ │ │ │ ├── contents.html
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── phpmailer.gif
│ │ │ │ │ │ ├── phpmailer_mini.gif
│ │ │ │ │ │ └── Thumbs.db
│ │ │ │ │ ├── index.html
│ │ │ │ │ ├── test_db_smtp_basic.php
│ │ │ │ │ ├── test_mail_advanced.php
│ │ │ │ │ ├── test_mail_basic.php
│ │ │ │ │ ├── test_pop_before_smtp_advanced.php
│ │ │ │ │ ├── test_pop_before_smtp_basic.php
│ │ │ │ │ ├── test_sendmail_advanced.php
│ │ │ │ │ ├── test_sendmail_basic.php
│ │ │ │ │ ├── test_smtp_advanced_no_auth.php
│ │ │ │ │ ├── test_smtp_advanced.php
│ │ │ │ │ ├── test_smtp_basic_no_auth.php
│ │ │ │ │ ├── test_smtp_basic.php
│ │ │ │ │ ├── test_smtp_gmail_advanced.php
│ │ │ │ │ └── test_smtp_gmail_basic.php
│ │ │ │ ├── language
│ │ │ │ │ ├── phpmailer.lang-ar.php
│ │ │ │ │ ├── phpmailer.lang-br.php
│ │ │ │ │ ├── phpmailer.lang-ca.php
│ │ │ │ │ ├── phpmailer.lang-ch.php
│ │ │ │ │ ├── phpmailer.lang-cz.php
│ │ │ │ │ ├── phpmailer.lang-de.php
│ │ │ │ │ ├── phpmailer.lang-dk.php
│ │ │ │ │ ├── phpmailer.lang-es.php
│ │ │ │ │ ├── phpmailer.lang-et.php
│ │ │ │ │ ├── phpmailer.lang-fi.php
│ │ │ │ │ ├── phpmailer.lang-fo.php
│ │ │ │ │ ├── phpmailer.lang-fr.php
│ │ │ │ │ ├── phpmailer.lang-hu.php
│ │ │ │ │ ├── phpmailer.lang-it.php
│ │ │ │ │ ├── phpmailer.lang-ja.php
│ │ │ │ │ ├── phpmailer.lang-nl.php
│ │ │ │ │ ├── phpmailer.lang-no.php
│ │ │ │ │ ├── phpmailer.lang-pl.php
│ │ │ │ │ ├── phpmailer.lang-ro.php
│ │ │ │ │ ├── phpmailer.lang-ru.php
│ │ │ │ │ ├── phpmailer.lang-se.php
│ │ │ │ │ ├── phpmailer.lang-tr.php
│ │ │ │ │ ├── phpmailer.lang-zh_cn.php
│ │ │ │ │ └── phpmailer.lang-zh.php
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README
│ │ │ │ └── test
│ │ │ │ ├── contents.html
│ │ │ │ ├── phpmailerTest.php
│ │ │ │ ├── test_callback.php
│ │ │ │ ├── testemail.php
│ │ │ │ └── test.png
│ │ │ ├── submit.php
│ │ │ └── Thumbs.db
│ │ ├── 93_album
│ │ │ ├── 1
│ │ │ │ ├── css
│ │ │ │ │ ├── error.gif
│ │ │ │ │ ├── icons@2x.png
│ │ │ │ │ ├── icons.png
│ │ │ │ │ ├── jquery-mobile.css
│ │ │ │ │ ├── loader.gif
│ │ │ │ │ ├── photoswipe.css
│ │ │ │ │ ├── styles.css
│ │ │ │ │ └── Thumbs.db
│ │ │ │ ├── huxing.php
│ │ │ │ ├── imghx
│ │ │ │ │ ├── image0032.jpg
│ │ │ │ │ ├── image0092.jpg
│ │ │ │ │ ├── image0132.jpg
│ │ │ │ │ └── Thumbs.db
│ │ │ │ └── js
│ │ │ │ ├── code-photoswipe-1.0.11.js
│ │ │ │ ├── code-photoswipe-1.0.11.min.js
│ │ │ │ ├── code.photoswipe-3.0.5.min.js
│ │ │ │ ├── code-photoswipe-jQuery-1.0.11.js
│ │ │ │ ├── code-photoswipe-jQuery-1.0.11.min.js
│ │ │ │ └── klass.min.js
│ │ │ ├── 2
│ │ │ │ ├── code-photoswipe-1.0.11.js
│ │ │ │ ├── code-photoswipe-1.0.11.min.js
│ │ │ │ ├── code-photoswipe-jQuery-1.0.11.js
│ │ │ │ ├── code-photoswipe-jQuery-1.0.11.min.js
│ │ │ │ ├── examples
│ │ │ │ │ ├── images
│ │ │ │ │ │ ├── blogicon.png
│ │ │ │ │ │ ├── codecomputerlovelogo.gif
│ │ │ │ │ │ ├── facebookicon.png
│ │ │ │ │ │ ├── flickricon.png
│ │ │ │ │ │ ├── full
│ │ │ │ │ │ │ ├── 001.jpg
│ │ │ │ │ │ │ ├── 002.jpg
│ │ │ │ │ │ │ ├── 003.jpg
│ │ │ │ │ │ │ ├── 004.jpg
│ │ │ │ │ │ │ ├── 005.jpg
│ │ │ │ │ │ │ ├── 006.jpg
│ │ │ │ │ │ │ ├── 007.jpg
│ │ │ │ │ │ │ ├── 008.jpg
│ │ │ │ │ │ │ ├── 009.jpg
│ │ │ │ │ │ │ ├── 010.jpg
│ │ │ │ │ │ │ ├── 011.jpg
│ │ │ │ │ │ │ ├── 012.jpg
│ │ │ │ │ │ │ ├── 013.jpg
│ │ │ │ │ │ │ ├── 014.jpg
│ │ │ │ │ │ │ ├── 015.jpg
│ │ │ │ │ │ │ ├── 016.jpg
│ │ │ │ │ │ │ ├── 017.jpg
│ │ │ │ │ │ │ ├── 018.jpg
│ │ │ │ │ │ │ ├── 019.jpg
│ │ │ │ │ │ │ ├── 020.jpg
│ │ │ │ │ │ │ └── Thumbs.db
│ │ │ │ │ │ ├── thumb
│ │ │ │ │ │ │ ├── 001.jpg
│ │ │ │ │ │ │ ├── 002.jpg
│ │ │ │ │ │ │ ├── 003.jpg
│ │ │ │ │ │ │ ├── 004.jpg
│ │ │ │ │ │ │ ├── 005.jpg
│ │ │ │ │ │ │ ├── 006.jpg
│ │ │ │ │ │ │ ├── 007.jpg
│ │ │ │ │ │ │ ├── 008.jpg
│ │ │ │ │ │ │ ├── 009.jpg
│ │ │ │ │ │ │ ├── 010.jpg
│ │ │ │ │ │ │ ├── 011.jpg
│ │ │ │ │ │ │ ├── 012.jpg
│ │ │ │ │ │ │ ├── 013.jpg
│ │ │ │ │ │ │ ├── 014.jpg
│ │ │ │ │ │ │ ├── 015.jpg
│ │ │ │ │ │ │ ├── 016.jpg
│ │ │ │ │ │ │ ├── 017.jpg
│ │ │ │ │ │ │ ├── 018.jpg
│ │ │ │ │ │ │ ├── 019.jpg
│ │ │ │ │ │ │ ├── 020.jpg
│ │ │ │ │ │ │ └── Thumbs.db
│ │ │ │ │ │ ├── Thumbs.db
│ │ │ │ │ │ └── twittericon.png
│ │ │ │ │ ├── jquery-mobile-2.html
│ │ │ │ │ └── styles.css
│ │ │ │ ├── lib
│ │ │ │ │ ├── jquery-1.6.1.min.js
│ │ │ │ │ ├── jquery.animate-enhanced.min.js
│ │ │ │ │ ├── jquery.mobile-1.0a4.1
│ │ │ │ │ │ ├── images
│ │ │ │ │ │ │ ├── ajax-loader.png
│ │ │ │ │ │ │ ├── icons-18-black.png
│ │ │ │ │ │ │ ├── icons-18-white.png
│ │ │ │ │ │ │ ├── icons-36-black.png
│ │ │ │ │ │ │ ├── icons-36-white.png
│ │ │ │ │ │ │ ├── icon-search-black.png
│ │ │ │ │ │ │ └── Thumbs.db
│ │ │ │ │ │ ├── jquery.mobile-1.0a4.1.css
│ │ │ │ │ │ ├── jquery.mobile-1.0a4.1.js
│ │ │ │ │ │ ├── jquery.mobile-1.0a4.1.min.css
│ │ │ │ │ │ └── jquery.mobile-1.0a4.1.min.js
│ │ │ │ │ └── simple-inheritance.min.js
│ │ │ │ ├── MIT-license.txt
│ │ │ │ ├── photoswipe.css
│ │ │ │ ├── photoswipe-icons@2x.png
│ │ │ │ ├── photoswipe-icons.png
│ │ │ │ ├── photoswipe-loader.gif
│ │ │ │ ├── README.md
│ │ │ │ └── Thumbs.db
│ │ │ └── Thumbs.db
│ │ ├── 94_bigwheel
│ │ │ ├── css
│ │ │ │ └── activity-style.css
│ │ │ ├── data.php
│ │ │ ├── img
│ │ │ │ ├── activity-lottery-1.png
│ │ │ │ ├── activity-lottery-2.png
│ │ │ │ ├── activity-lottery-5.png
│ │ │ │ ├── activity-lottery-bg2.jpg
│ │ │ │ ├── activity-lottery-bg.png
│ │ │ │ ├── activity-scratch-card-bg.jpg
│ │ │ │ ├── Thumbs.db
│ │ │ │ ├── title-bg-brown.png
│ │ │ │ ├── title-bg-green.png
│ │ │ │ ├── title-bg-orange.png
│ │ │ │ └── title-bg-red.png
│ │ │ ├── index.php
│ │ │ ├── js
│ │ │ │ ├── alert.js
│ │ │ │ └── jquery.js
│ │ │ └── Thumbs.db
│ │ └── 95_scratchcard
│ │ ├── css
│ │ │ └── activity-style.css
│ │ ├── img
│ │ │ ├── activity-scratch-card-bannerbg.png
│ │ │ ├── activity-scratch-card-bg.jpg
│ │ │ ├── Thumbs.db
│ │ │ ├── title-bg-brown.png
│ │ │ ├── title-bg-green.png
│ │ │ ├── title-bg-orange.png
│ │ │ └── title-bg-red.png
│ │ ├── index.html
│ │ ├── index.php
│ │ ├── index.php.bak
│ │ ├── js
│ │ │ ├── alert.js
│ │ │ ├── jquery.js
│ │ │ └── wScratchPad.js
│ │ └── Thumbs.db
│ └── chapter9-2
│ ├── 96_navigation
│ │ ├── index.php
│ │ └── Thumbs.db
│ ├── 97_ask-answer
│ │ ├── index.php
│ │ ├── segment
│ │ │ ├── index.php
│ │ │ └── segment.php
│ │ └── Thumbs.db
│ ├── 98_customer-server
│ │ ├── index.php
│ │ ├── Thumbs.db
│ │ └── weixin.class.php
│ └── 99_adv-analysis
│ ├── code.txt
│ ├── graph
│ │ ├── index2.php
│ │ ├── index.php
│ │ └── jpgraph
│ │ ├── fonts
│ │ │ ├── DejaVuSans-BoldOblique.ttf
│ │ │ ├── DejaVuSans-Bold.ttf
│ │ │ ├── DejaVuSans-Oblique.ttf
│ │ │ ├── DejaVuSans.ttf
│ │ │ ├── FF_FONT0-Bold.gdf
│ │ │ ├── FF_FONT0.gdf
│ │ │ ├── FF_FONT1-Bold.gdf
│ │ │ ├── FF_FONT1.gdf
│ │ │ ├── FF_FONT2-Bold.gdf
│ │ │ └── FF_FONT2.gdf
│ │ ├── gd_image.inc.php
│ │ ├── imageSmoothArc.php
│ │ ├── jpg-config.inc.php
│ │ ├── jpgraph_bar.php
│ │ ├── jpgraph_errhandler.inc.php
│ │ ├── jpgraph_gradient.php
│ │ ├── jpgraph_legend.inc.php
│ │ ├── jpgraph_line.php
│ │ ├── jpgraph.php
│ │ ├── jpgraph_plotband.php
│ │ ├── jpgraph_plotmark.inc.php
│ │ ├── jpgraph_regstat.php
│ │ ├── jpgraph_rgb.inc.php
│ │ ├── jpgraph_text.inc.php
│ │ ├── jpgraph_theme.inc.php
│ │ ├── jpgraph_ttf.inc.php
│ │ ├── lang
│ │ │ └── en.inc.php
│ │ └── themes
│ │ └── UniversalTheme.class.php
│ └── Thumbs.db
└── chaptera
├── a1
│ └── Thumbs.db
├── a2_
│ ├── emoji
│ │ ├── Emoji for PHP.mht
│ │ ├── emoji.png
│ │ ├── emoji.txt
│ │ └── php-emoji-master.zip
│ │ └── qq.txt
│ └── Thumbs.db
├── a3
│ ├── test.php
│ └── Thumbs.db
├── a4
│ ├── test.html
│ └── Thumbs.db
├── a5
│ ├── test.html
│ └── Thumbs.db
└── a6
└── Thumbs.db
97 directories, 369 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论