薅羊毛拼团商城 v2.7.5基于微擎框架的微信小程序应用app一、后台搭建
1、申请域名的SSL,并在该域名(一级、二级域名均可)下安装微擎框架(建议使用微擎 v2.5.7 纯净版框架);
2、在微擎框架目录的addons目录下创建“jy_lbsh”目录;
3、将压缩文件中jy_lbsh目录下文件上传到addons/jy_lbsh目录中;
4、在微擎框架中即可管理“薅羊毛拼团商城”后台应用。
二、微信小程序开发环境的参数配置:
1、用“微信开发者工具”打开wxapp;
2、修改“siteinfo.js”文件的uniacid、acid和siteroot:
uniacid、acid值为“应用管理”下小程序“管理设置”中“消息推送设置”的URL中id的值,如:https://域名/api.php?id=2,则uniacid、acid设置为2;
siteroot修改为:https://域名/app/index.php。 .
├── jy_lbsh
│ ├── Help
│ │ ├── BaseHelp.php
│ │ ├── Live
│ │ │ ├── AdminHelp.php
│ │ │ ├── GoodsApi.php
│ │ │ ├── GoodsHelp.php
│ │ │ ├── RoomApi.php
│ │ │ └── RoomHelp.php
│ │ ├── Order
│ │ │ └── OrderHelp.php
│ │ ├── Recycle
│ │ │ └── RecycleHelp.php
│ │ ├── Red
│ │ │ └── RedHelp.php
│ │ ├── RequestHelp.php
│ │ ├── Store
│ │ │ └── StoreHelp.php
│ │ ├── TimeHelp.php
│ │ ├── User
│ │ │ ├── UserAccountHelp.php
│ │ │ └── UserHelp.php
│ │ ├── WxApi
│ │ │ └── Media.php
│ │ └── WxErrCode.php
│ ├── HttpClient.class.php
│ ├── cert
│ ├── common
│ │ ├── BaseCommon.php
│ │ ├── Tools.php
│ │ ├── WxCommon.php
│ │ └── WxTemplate.php
│ ├── common.php
│ ├── composer.json
│ ├── composer.lock
│ ├── dev
│ │ ├── recycle.sql
│ │ └── zhibo.sql
│ ├── ico.png
│ ├── icon.jpg
│ ├── icon.png
│ ├── inc
│ │ ├── func
│ │ │ ├── core.php
│ │ │ └── orderHandler.php
│ │ └── web
│ │ ├── addexpress.inc.php
│ │ ├── addfxlist.inc.php
│ │ ├── addgglist.inc.php
│ │ ├── addggzhu.inc.php
│ │ ├── addgzwxapplist.inc.php
│ │ ├── addhangyelist.inc.php
│ │ ├── addhomeblock.inc.php
│ │ ├── addjiqilist.inc.php
│ │ ├── addmykgoods.inc.php
│ │ ├── addpinggoods.inc.php
│ │ ├── addpinggoodstype.inc.php
│ │ ├── addpingspec.inc.php
│ │ ├── addroomgoods.inc.php
│ │ ├── addsjlist.inc.php
│ │ ├── addsjtxlist.inc.php
│ │ ├── adduserlevel.inc.php
│ │ ├── addzhibo.inc.php
│ │ ├── addzhibogoods.inc.php
│ │ ├── agentset.inc.php
│ │ ├── banquanset.inc.php
│ │ ├── busql.inc.php
│ │ ├── busql2.inc.php
│ │ ├── cashset.inc.php
│ │ ├── clear.inc.php
│ │ ├── daohang.inc.php
│ │ ├── djgglist.inc.php
│ │ ├── dyj.inc.php
│ │ ├── express.inc.php
│ │ ├── feedbacks.inc.php
│ │ ├── fxlist.inc.php
│ │ ├── fxmyk.inc.php
│ │ ├── fxyj.inc.php
│ │ ├── gaikuangdata.inc.php
│ │ ├── gglist.inc.php
│ │ ├── ggzhu.inc.php
│ │ ├── goodsyj.inc.php
│ │ ├── gzmenu.inc.php
│ │ ├── gzqrcode.inc.php
│ │ ├── gzredsetting.inc.php
│ │ ├── gztspz.inc.php
│ │ ├── gzuserlist.inc.php
│ │ ├── gzuserviewslist.inc.php
│ │ ├── gzwxappjieru.inc.php
│ │ ├── hangyelist.inc.php
│ │ ├── help.inc.php
│ │ ├── homeblock.inc.php
│ │ ├── homenav.inc.php
│ │ ├── homepage.inc.php
│ │ ├── initdata.inc.php
│ │ ├── jiqilist.inc.php
│ │ ├── lunbo.inc.php
│ │ ├── myk.inc.php
│ │ ├── mykgoods.inc.php
│ │ ├── mykmx.inc.php
│ │ ├── mykorder.inc.php
│ │ ├── notice.inc.php
│ │ ├── openlogin.inc.php
│ │ ├── pay.inc.php
│ │ ├── peiz.inc.php
│ │ ├── pinggoods.inc.php
│ │ ├── pinggoodstype.inc.php
│ │ ├── pingmanyfahuo.inc.php
│ │ ├── pingorder.inc.php
│ │ ├── pingsetting.inc.php
│ │ ├── pingspec.inc.php
│ │ ├── pinset.inc.php
│ │ ├── powers.inc.php
│ │ ├── redlog.inc.php
│ │ ├── redsetting.inc.php
│ │ ├── roomgoods.inc.php
│ │ ├── settings.inc.php
│ │ ├── sjlist.inc.php
│ │ ├── sjmxlist.inc.php
│ │ ├── sjtxlist.inc.php
│ │ ├── sysaccount.inc.php
│ │ ├── template.inc.php
│ │ ├── testsms.inc.php
│ │ ├── tuanorder.inc.php
│ │ ├── unit.inc.php
│ │ ├── user.inc.php
│ │ ├── userfxlist.inc.php
│ │ ├── userfxyj.inc.php
│ │ ├── userlevel.inc.php
│ │ ├── useryj.inc.php
│ │ ├── web.rar
│ │ ├── wifitxlist.inc.php
│ │ ├── xiaxian.inc.php
│ │ ├── zhibo.inc.php
│ │ └── zhibogoods.inc.php
│ ├── log
│ │ ├── 1
│ │ │ └── 202111
│ │ └── index.php
│ ├── manifest.xml
│ ├── module.php
│ ├── payment
│ │ ├── pingpay
│ │ │ └── notify.php
│ │ ├── refund
│ │ │ ├── WxPay.Api.php
│ │ │ ├── WxPay.Config.Interface.php
│ │ │ ├── WxPay.Config.php
│ │ │ ├── WxPay.Data.php
│ │ │ ├── WxPay.Exception.php
│ │ │ └── WxPay.Notify.php
│ │ └── wechat
│ │ └── notify.php
│ ├── preview.jpg
│ ├── print.class.php
│ ├── site.php
│ ├── template
│ │ ├── assets
│ │ │ ├── css
│ │ │ ├── font
│ │ │ ├── fonts
│ │ │ ├── images
│ │ │ └── js
│ │ ├── fonts
│ │ │ ├── font_1142854_wjpmjs8xry
│ │ │ └── msyh.ttc
│ │ ├── images
│ │ │ ├── 1535956587(1).png
│ │ │ ├── 6.png
│ │ │ ├── Block-1.png
│ │ │ ├── Block-10.png
│ │ │ ├── Block-11.png
│ │ │ ├── Block-12.png
│ │ │ ├── Block-13.png
│ │ │ ├── Block-2.png
│ │ │ ├── Block-3.png
│ │ │ ├── Block-4.png
│ │ │ ├── Block-5.png
│ │ │ ├── Block-6.png
│ │ │ ├── Block-7.png
│ │ │ ├── Block-8.png
│ │ │ ├── Block-9.png
│ │ │ ├── applet
│ │ │ ├── bac.png
│ │ │ ├── bgnn.png
│ │ │ ├── block-dd.png
│ │ │ ├── block-hy.png
│ │ │ ├── block-sp.png
│ │ │ ├── block-sy.png
│ │ │ ├── block-tx.png
│ │ │ ├── cz.png
│ │ │ ├── daizhifu.png
│ │ │ ├── gkdata1.png
│ │ │ ├── gkdata2.png
│ │ │ ├── gkdata3.png
│ │ │ ├── gkdata4.png
│ │ │ ├── gkdata5.png
│ │ │ ├── gkdata6.png
│ │ │ ├── gkdata7.png
│ │ │ ├── icn.png
│ │ │ ├── icon-warning.png
│ │ │ ├── login_icon.png
│ │ │ ├── noorder.png
│ │ │ ├── ordertel.png
│ │ │ ├── phb.png
│ │ │ ├── seller_login_bg.jpg
│ │ │ ├── tk.png
│ │ │ ├── txt.png
│ │ │ ├── wx
│ │ │ ├── xinxi1.png
│ │ │ ├── xinxi2.png
│ │ │ ├── ygrz.png
│ │ │ ├── yizhifu.png
│ │ │ └── zu.png
│ │ ├── layui
│ │ │ ├── css
│ │ │ ├── font
│ │ │ ├── images
│ │ │ ├── lay
│ │ │ ├── layui.all.js
│ │ │ └── layui.js
│ │ ├── public
│ │ │ ├── 404.html
│ │ │ ├── a
│ │ │ ├── comhead.html
│ │ │ ├── common.html
│ │ │ ├── echarts.min.js
│ │ │ ├── footer-base.html
│ │ │ ├── footer.html
│ │ │ ├── header-base.html
│ │ │ ├── header.css
│ │ │ ├── header.html
│ │ │ ├── help.htm
│ │ │ ├── highcharts.js
│ │ │ ├── index.htm
│ │ │ ├── mysku.css
│ │ │ ├── mysku.js
│ │ │ ├── pingorder.css
│ │ │ ├── v2
│ │ │ ├── ygcss.css
│ │ │ └── ygcsslist.css
│ │ └── web
│ │ ├── 404.html
│ │ ├── addexpress.html
│ │ ├── addfxlist.html
│ │ ├── addgglist.html
│ │ ├── addggzhu.html
│ │ ├── addgzwxapplist.html
│ │ ├── addhangyelist.html
│ │ ├── addhomeblock.html
│ │ ├── addjiqilist.html
│ │ ├── addmykgoods.html
│ │ ├── addpinggoods.html
│ │ ├── addpinggoodstype.html
│ │ ├── addpingspec.html
│ │ ├── addroomgoods.html
│ │ ├── addsjlist.html
│ │ ├── addsjtxlist.html
│ │ ├── adduserlevel.html
│ │ ├── addzhibo.html
│ │ ├── addzhibogoods.html
│ │ ├── agentset.html
│ │ ├── banquanset.html
│ │ ├── cashset.html
│ │ ├── clear.html
│ │ ├── daohang.html
│ │ ├── djgglist.html
│ │ ├── dyj.html
│ │ ├── express.html
│ │ ├── feedbacks.html
│ │ ├── fxlist.html
│ │ ├── fxmyk.html
│ │ ├── fxyj.html
│ │ ├── gaikuangdata.html
│ │ ├── getpinggoods.html
│ │ ├── gglist.html
│ │ ├── ggzhu.html
│ │ ├── goodsyj.html
│ │ ├── gzmenu.html
│ │ ├── gzqrcode.html
│ │ ├── gzredsetting.html
│ │ ├── gztspz.html
│ │ ├── gzuserlist.html
│ │ ├── gzuserviewslist.html
│ │ ├── gzwxappjieru.html
│ │ ├── hangyelist.html
│ │ ├── help.htm
│ │ ├── help.html
│ │ ├── homeblock.html
│ │ ├── homenav.html
│ │ ├── homepage.html
│ │ ├── index.htm
│ │ ├── jiqilist.html
│ │ ├── lunbo.html
│ │ ├── myk.html
│ │ ├── mykgoods.html
│ │ ├── mykmx.html
│ │ ├── mykorder.html
│ │ ├── notice.html
│ │ ├── pay.html
│ │ ├── peiz.html
│ │ ├── pinggoods.html
│ │ ├── pinggoodstype.html
│ │ ├── pingmanyfahuo.html
│ │ ├── pingorder.html
│ │ ├── pingsetting.html
│ │ ├── pingspec.html
│ │ ├── pinset.html
│ │ ├── powers.html
│ │ ├── redlog.html
│ │ ├── redsetting.html
│ │ ├── roomgoods.html
│ │ ├── settings.html
│ │ ├── sjlist.html
│ │ ├── sjmxlist.html
│ │ ├── sjtxlist.html
│ │ ├── sysaccount.html
│ │ ├── template.html
│ │ ├── testsms.html
│ │ ├── tuanorder.html
│ │ ├── user.html
│ │ ├── userfxlist.html
│ │ ├── userfxyj.html
│ │ ├── userlevel.html
│ │ ├── useryj.html
│ │ ├── wifitxlist.html
│ │ ├── xiaxian.html
│ │ ├── zhibo.html
│ │ └── zhibogoods.html
│ ├── tp5
│ │ ├── README.md
│ │ ├── application
│ │ │ ├── admin
│ │ │ ├── command.php
│ │ │ ├── common
│ │ │ ├── common.php
│ │ │ ├── index
│ │ │ ├── model
│ │ │ ├── provider.php
│ │ │ ├── service
│ │ │ └── tags.php
│ │ ├── build.php
│ │ ├── composer.json
│ │ ├── composer.lock
│ │ ├── config
│ │ │ ├── app.php
│ │ │ ├── cache.php
│ │ │ ├── console.php
│ │ │ ├── cookie.php
│ │ │ ├── database.php
│ │ │ ├── log.php
│ │ │ ├── middleware.php
│ │ │ ├── session.php
│ │ │ ├── template.php
│ │ │ └── trace.php
│ │ ├── data
│ │ │ └── common
│ │ ├── icon.jpg
│ │ ├── index.php
│ │ ├── map.json
│ │ ├── preview.jpg
│ │ ├── public
│ │ │ ├── favicon.ico
│ │ │ ├── index.php
│ │ │ ├── robots.txt
│ │ │ ├── router.php
│ │ │ └── static
│ │ ├── route
│ │ │ ├── route.php
│ │ │ └── wxapp_route.php
│ │ ├── router.php
│ │ ├── think
│ │ ├── thinkphp
│ │ │ ├── CONTRIBUTING.md
│ │ │ ├── LICENSE.txt
│ │ │ ├── README.md
│ │ │ ├── base.php
│ │ │ ├── composer.json
│ │ │ ├── convention.php
│ │ │ ├── helper.php
│ │ │ ├── lang
│ │ │ ├── library
│ │ │ ├── logo.png
│ │ │ ├── phpunit.xml.dist
│ │ │ └── tpl
│ │ ├── vendor
│ │ │ ├── autoload.php
│ │ │ ├── composer
│ │ │ └── topthink
│ │ └── wxapp_index.php
│ ├── upgrade.php
│ ├── vendor
│ │ ├── autoload.php
│ │ ├── composer
│ │ │ ├── ClassLoader.php
│ │ │ ├── InstalledVersions.php
│ │ │ ├── LICENSE
│ │ │ ├── autoload_classmap.php
│ │ │ ├── autoload_files.php
│ │ │ ├── autoload_namespaces.php
│ │ │ ├── autoload_psr4.php
│ │ │ ├── autoload_real.php
│ │ │ ├── autoload_static.php
│ │ │ ├── installed.json
│ │ │ ├── installed.php
│ │ │ └── platform_check.php
│ │ └── phpoffice
│ │ └── phpexcel
│ ├── wxCrypt
│ │ ├── ReadMe.txt
│ │ ├── demo.php
│ │ ├── errorCode.php
│ │ ├── pkcs7Encoder.php
│ │ ├── sha1.php
│ │ ├── wxBizMsgCrypt.php
│ │ └── xmlparse.php
│ └── wxpay.php
├── wxapp
│ ├── @babel
│ │ └── runtime
│ │ └── helpers
│ ├── app.js
│ ├── app.json
│ ├── app.wxss
│ ├── jy_lbsh
│ │ ├── pages
│ │ │ ├── class
│ │ │ ├── fx
│ │ │ ├── fxjs
│ │ │ ├── goods
│ │ │ ├── heixiao
│ │ │ ├── images
│ │ │ ├── index
│ │ │ ├── live
│ │ │ ├── logs
│ │ │ ├── new
│ │ │ ├── phb
│ │ │ ├── search
│ │ │ ├── sp
│ │ │ ├── stores
│ │ │ ├── templates
│ │ │ ├── tuan
│ │ │ └── web
│ │ ├── resource
│ │ │ └── js
│ │ └── utils
│ │ ├── amap-wx.js
│ │ ├── qqmap-wx-jssdk.js
│ │ ├── qqmap-wx-jssdk.min.js
│ │ ├── util.js
│ │ └── wxcharts.js
│ ├── project.config.json
│ ├── siteinfo.js
│ ├── sitemap.json
│ └── we7
│ ├── pages
│ │ ├── index
│ │ ├── newsDetail
│ │ ├── selectarea
│ │ ├── templates
│ │ └── user
│ └── resource
│ ├── icon
│ ├── images
│ └── js
└── 找例子网_薅羊毛拼团商城 v2.7.5.zip
105 directories, 361 files
评论