1.先安装微擎、微赞、微信魔方微信第三方平台任意中一款
2.解压该下载的模块后,将压缩包里面的钻石投票系统开源版3.7_微信魔方.zip文件夹上传至addons文件夹下,然后登录到微信魔方或者微赞微擎的网站后台,找到模块列表(或者是回收站)——安装新插件——将该插件安装即可,然后到前台注册会员或者已经注册好的会员,在扩展功能里面搜索到该模块,设置好关键词和规则就可以在微信上使用了!
钻石投票系统开源版3.7_微信魔方├── tyzm_diamondvote
│ ├── core
│ │ ├── func
│ │ │ └── function.php
│ │ └── model
│ │ ├── attachment.php
│ │ ├── common.php
│ │ ├── present.php
│ │ ├── redpack.php
│ │ ├── tpl.php
│ │ ├── user.php
│ │ └── vote.php
│ ├── defines.php
│ ├── icon.jpg
│ ├── inc
│ │ ├── mobile
│ │ │ ├── count.inc.php
│ │ │ ├── friendslist.inc.php
│ │ │ ├── gift.inc.php
│ │ │ ├── index.inc.php
│ │ │ ├── join.inc.php
│ │ │ ├── lookinfo.inc.php
│ │ │ ├── lotteryredpack.inc.php
│ │ │ ├── pay.inc.php
│ │ │ ├── payresult.inc.php
│ │ │ ├── payvote.inc.php
│ │ │ ├── poster.inc.php
│ │ │ ├── prize.inc.php
│ │ │ ├── ranking.inc.php
│ │ │ ├── user.inc.php
│ │ │ ├── view.inc.php
│ │ │ └── vote.inc.php
│ │ └── web
│ │ ├── attachment.inc.php
│ │ ├── download.inc.php
│ │ ├── downloadvote.inc.php
│ │ ├── edit.inc.php
│ │ ├── friendship.inc.php
│ │ ├── giftlist.inc.php
│ │ ├── lottery.inc.php
│ │ ├── manage.inc.php
│ │ ├── orderverify.inc.php
│ │ ├── otherset.inc.php
│ │ ├── viporder.inc.php
│ │ ├── votedata.inc.php
│ │ └── votelist.inc.php
│ ├── lib
│ │ ├── WxPay.NativePay.php
│ │ ├── WxPayApi.php
│ │ ├── WxPayConfig.php
│ │ ├── WxPayData.php
│ │ ├── WxPayException.php
│ │ ├── WxPayNotify.php
│ │ ├── font
│ │ │ └── font.ttf
│ │ └── qrcode
│ │ └── phpqrcode.php
│ ├── manifest.xml
│ ├── map.json
│ ├── module.php
│ ├── processor.php
│ ├── receiver.php
│ ├── site.php
│ ├── style
│ │ └── js
│ │ └── mzp-packed-me.js
│ ├── template
│ │ ├── attachment.html
│ │ ├── certdata
│ │ │ └── 1
│ │ │ └── m3vrd3ewqv45b3s321ln0zkfi22hszdj
│ │ │ ├── apiclient_cert.pem
│ │ │ └── apiclient_key.pem
│ │ ├── create.html
│ │ ├── edit.html
│ │ ├── form.html
│ │ ├── friendshipedit.html
│ │ ├── giftlist.html
│ │ ├── lottery.html
│ │ ├── manage.html
│ │ ├── mobile
│ │ │ ├── footer.html
│ │ │ ├── friendslist.html
│ │ │ ├── header.html
│ │ │ ├── index.html
│ │ │ ├── join.html
│ │ │ ├── nativepay.html
│ │ │ ├── nav_footer.html
│ │ │ ├── new_view.html
│ │ │ ├── pay.html
│ │ │ ├── payjdvote.html
│ │ │ ├── payresult.html
│ │ │ ├── payvote.html
│ │ │ ├── poster.html
│ │ │ ├── prize.html
│ │ │ ├── ranking.html
│ │ │ ├── sider.html
│ │ │ ├── singlepage.html
│ │ │ ├── user.html
│ │ │ └── view.html
│ │ ├── orderlist.html
│ │ ├── setting.html
│ │ ├── static
│ │ │ ├── css
│ │ │ │ ├── donate.css
│ │ │ │ ├── index.css
│ │ │ │ └── weui1.0.1.min.css
│ │ │ ├── images
│ │ │ │ ├── alipay_d345896.png
│ │ │ │ ├── arrow_slt.png
│ │ │ │ ├── avatar.jpg
│ │ │ │ ├── check_38e644f.png
│ │ │ │ ├── checked_77f27ae.png
│ │ │ │ ├── default.jpg
│ │ │ │ ├── default2.jpg
│ │ │ │ ├── defaultuser.jpg
│ │ │ │ ├── diamond.png
│ │ │ │ ├── dianjiup.jpg
│ │ │ │ ├── egg.png
│ │ │ │ ├── fbg.png
│ │ │ │ ├── headbg.jpg
│ │ │ │ ├── hg1.gif
│ │ │ │ ├── hg2.gif
│ │ │ │ ├── jia.gif
│ │ │ │ ├── jiav.jpg
│ │ │ │ ├── jiavicon.png
│ │ │ │ ├── lapiao.jpg
│ │ │ │ ├── lapiao.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── niming.jpg
│ │ │ │ ├── posterbg.jpg
│ │ │ │ ├── qr.png
│ │ │ │ ├── redpack1.png
│ │ │ │ ├── redpack2.png
│ │ │ │ ├── redpack3.png
│ │ │ │ ├── redpack5.png
│ │ │ │ ├── redpackbg.png
│ │ │ │ ├── share.png
│ │ │ │ ├── smile
│ │ │ │ │ ├── 1.png
│ │ │ │ │ ├── 10.png
│ │ │ │ │ ├── 11.png
│ │ │ │ │ ├── 12.png
│ │ │ │ │ ├── 13.png
│ │ │ │ │ ├── 14.png
│ │ │ │ │ ├── 15.png
│ │ │ │ │ ├── 16.png
│ │ │ │ │ ├── 17.png
│ │ │ │ │ ├── 18.png
│ │ │ │ │ ├── 19.png
│ │ │ │ │ ├── 21.png
│ │ │ │ │ ├── 22.png
│ │ │ │ │ ├── 5.png
│ │ │ │ │ ├── 6.png
│ │ │ │ │ ├── 7.png
│ │ │ │ │ ├── 8.png
│ │ │ │ │ └── 9.png
│ │ │ │ ├── smiley_angry.png
│ │ │ │ ├── topimg.jpg
│ │ │ │ ├── userlist.png
│ │ │ │ ├── v.png
│ │ │ │ ├── weixin_c15bb4c.png
│ │ │ │ ├── xin.png
│ │ │ │ └── zuan.gif
│ │ │ └── js
│ │ │ ├── designer.js
│ │ │ ├── jquery.contextMenu.css
│ │ │ ├── jquery.contextMenu.js
│ │ │ ├── jquery.form.js
│ │ │ ├── jquery.masonry.min.js
│ │ │ ├── jquery.wookmark.min.js
│ │ │ ├── main.js
│ │ │ ├── masonry-docs.min.js
│ │ │ ├── masonry.pkgd.min.js
│ │ │ ├── mzp-packed-me.js
│ │ │ ├── poster.css
│ │ │ └── poster.js
│ │ ├── viporder.html
│ │ ├── votedata.html
│ │ └── votelist.html
│ └── upgrade.php
└── 安装.txt
22 directories, 160 files
评论