在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → 三网免挂码支付源码

三网免挂码支付源码

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:51.75M
  • 下载次数:12
  • 浏览次数:202
  • 发布时间:2023-02-09
  • 实例类别:PHP语言基础
  • 发 布 人:wantt2
  • 文件格式:.zip
  • 所需积分:2
 相关标签: 免挂

实例介绍

【实例简介】三网免挂码支付源码

【实例截图】


from clipboard

from clipboard

【核心代码】

.
├── 三网免挂码支付
│   ├── application
│   │   ├── command.php
│   │   ├── common
│   │   │   ├── controller
│   │   │   │   ├── mq_gqqjkd.php
│   │   │   │   ├── mq_gqqyjk.php
│   │   │   │   ├── mq_gvxjkd.php
│   │   │   │   ├── mq_gvxyjk.php
│   │   │   │   ├── mq_gyzf.php
│   │   │   │   ├── mq_gzfb.php
│   │   │   │   ├── mq_gzfbjkd.php
│   │   │   │   ├── mq_gzfbyjk.php
│   │   │   │   └── zfb_dmf.php
│   │   │   └── view
│   │   │       ├── mq_gqqjkd.html
│   │   │       ├── mq_gqqyjk.html
│   │   │       ├── mq_gvxjkd.html
│   │   │       ├── mq_gvxyjk.html
│   │   │       ├── mq_gyzf.html
│   │   │       ├── mq_gzfb.html
│   │   │       ├── mq_gzfbjkd.html
│   │   │       ├── mq_gzfbyjk.html
│   │   │       └── zfb_dmf.html
│   │   ├── common.php
│   │   ├── index
│   │   │   ├── controller
│   │   │   │   ├── Admin.php
│   │   │   │   ├── Index.php
│   │   │   │   ├── Pay.php
│   │   │   │   └── User.php
│   │   │   └── view
│   │   │       ├── admin
│   │   │       │   ├── config.html
│   │   │       │   ├── config_set.html
│   │   │       │   ├── game.html
│   │   │       │   ├── index.html
│   │   │       │   ├── jiankong.html
│   │   │       │   ├── land.html
│   │   │       │   ├── login.html
│   │   │       │   ├── msg.html
│   │   │       │   ├── news.html
│   │   │       │   ├── orders.html
│   │   │       │   ├── tablecard.html
│   │   │       │   ├── user.html
│   │   │       │   ├── workplace.html
│   │   │       │   └── yuedd.html
│   │   │       ├── index
│   │   │       │   ├── index_1
│   │   │       │   │   └── index.html
│   │   │       │   ├── index_10
│   │   │       │   │   └── index.html
│   │   │       │   ├── index_11
│   │   │       │   │   └── index.html
│   │   │       │   ├── index_2
│   │   │       │   │   ├── index.html
│   │   │       │   │   └── index.php
│   │   │       │   ├── index_3
│   │   │       │   │   └── index.html
│   │   │       │   ├── index_4
│   │   │       │   │   └── index.html
│   │   │       │   ├── index_5
│   │   │       │   │   └── index.html
│   │   │       │   ├── index_6
│   │   │       │   │   └── index.html
│   │   │       │   ├── index_7
│   │   │       │   │   └── index.html
│   │   │       │   ├── index_8
│   │   │       │   │   └── index.html
│   │   │       │   ├── index_9
│   │   │       │   │   └── index.html
│   │   │       │   └── www.lxh5068.com.txt
│   │   │       ├── pay
│   │   │       │   ├── Ali_PayH5.html
│   │   │       │   ├── fail.html
│   │   │       │   ├── fxh5.html
│   │   │       │   ├── h5.html
│   │   │       │   ├── pay_1
│   │   │       │   │   └── index.html
│   │   │       │   ├── pay_2
│   │   │       │   │   └── index.html
│   │   │       │   ├── success.html
│   │   │       │   └── vxqqzfb.html
│   │   │       └── user
│   │   │           ├── bug_list.html
│   │   │           ├── changyon.html
│   │   │           ├── chozhi.html
│   │   │           ├── forget.html
│   │   │           ├── fwtk.html
│   │   │           ├── index.html
│   │   │           ├── jiankong.html
│   │   │           ├── jieko.html
│   │   │           ├── land_list.html
│   │   │           ├── list.html
│   │   │           ├── login.html
│   │   │           ├── news.html
│   │   │           ├── quanbtodao.html
│   │   │           ├── reg.html
│   │   │           ├── tablecard.html
│   │   │           ├── user.html
│   │   │           ├── workplace.html
│   │   │           └── zfcs.html
│   │   ├── install
│   │   │   ├── controller
│   │   │   │   └── Index.php
│   │   │   └── view
│   │   │       └── index
│   │   │           └── index.html
│   │   ├── pay
│   │   │   └── controller
│   │   │       └── Index.php
│   │   ├── provider.php
│   │   ├── tags.php
│   │   └── wenjian
│   │       ├── PayUtils.php
│   │       ├── QrcodeServer.php
│   │       ├── Template.php
│   │       ├── TenpayHttpClient.class.php
│   │       ├── gengxin.php
│   │       └── smtp.php
│   ├── common.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
│   ├── index.html
│   ├── mysql.php
│   ├── public
│   │   ├── 404.html
│   │   ├── index.php
│   │   ├── mysql
│   │   │   ├── index.php
│   │   │   └── mysql.sql
│   │   ├── page
│   │   │   └── tpl
│   │   │       ├── tpl-lock-screen.html
│   │   │       ├── tpl-message.html
│   │   │       ├── tpl-note.html
│   │   │       ├── tpl-password.html
│   │   │       └── tpl-theme.html
│   │   ├── preview.png
│   │   ├── static
│   │   │   ├── index
│   │   │   │   ├── index_1
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── font-awesome.min.css
│   │   │   │   │   │   ├── main.css
│   │   │   │   │   │   └── noscript.css
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── myssl-id.png
│   │   │   │   │   │   └── overlay.png
│   │   │   │   │   └── js
│   │   │   │   │       ├── jquery.min.js
│   │   │   │   │       ├── main.js
│   │   │   │   │       ├── skel.min.js
│   │   │   │   │       └── util.js
│   │   │   │   ├── index_2
│   │   │   │   │   ├── css
│   │   │   │   │   │   └── main.css
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── 3754wh1200.jpg
│   │   │   │   │   │   ├── shape1.png
│   │   │   │   │   │   ├── shape2.png
│   │   │   │   │   │   ├── shape3.png
│   │   │   │   │   │   ├── shape4.png
│   │   │   │   │   │   ├── shape5.png
│   │   │   │   │   │   └── shape6.png
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── admin.js
│   │   │   │   │   │   └── fhjdk.js
│   │   │   │   │   └── layui
│   │   │   │   │       ├── css
│   │   │   │   │       │   ├── layui.css
│   │   │   │   │       │   ├── layui.mobile.css
│   │   │   │   │       │   └── modules
│   │   │   │   │       │       ├── code.css
│   │   │   │   │       │       ├── laydate
│   │   │   │   │       │       │   └── default
│   │   │   │   │       │       │       └── laydate.css
│   │   │   │   │       │       └── layer
│   │   │   │   │       │           └── default
│   │   │   │   │       │               ├── icon-ext.png
│   │   │   │   │       │               ├── icon.png
│   │   │   │   │       │               ├── layer.css
│   │   │   │   │       │               ├── loading-0.gif
│   │   │   │   │       │               ├── loading-1.gif
│   │   │   │   │       │               └── loading-2.gif
│   │   │   │   │       ├── font
│   │   │   │   │       │   ├── iconfont.eot
│   │   │   │   │       │   ├── iconfont.svg
│   │   │   │   │       │   ├── iconfont.ttf
│   │   │   │   │       │   ├── iconfont.woff
│   │   │   │   │       │   └── iconfont.woff2
│   │   │   │   │       ├── images
│   │   │   │   │       │   └── face
│   │   │   │   │       │       ├── 0.gif
│   │   │   │   │       │       ├── 1.gif
│   │   │   │   │       │       ├── 10.gif
│   │   │   │   │       │       ├── 11.gif
│   │   │   │   │       │       ├── 12.gif
│   │   │   │   │       │       ├── 13.gif
│   │   │   │   │       │       ├── 14.gif
│   │   │   │   │       │       ├── 15.gif
│   │   │   │   │       │       ├── 16.gif
│   │   │   │   │       │       ├── 17.gif
│   │   │   │   │       │       ├── 18.gif
│   │   │   │   │       │       ├── 19.gif
│   │   │   │   │       │       ├── 2.gif
│   │   │   │   │       │       ├── 20.gif
│   │   │   │   │       │       ├── 21.gif
│   │   │   │   │       │       ├── 22.gif
│   │   │   │   │       │       ├── 23.gif
│   │   │   │   │       │       ├── 24.gif
│   │   │   │   │       │       ├── 25.gif
│   │   │   │   │       │       ├── 26.gif
│   │   │   │   │       │       ├── 27.gif
│   │   │   │   │       │       ├── 28.gif
│   │   │   │   │       │       ├── 29.gif
│   │   │   │   │       │       ├── 3.gif
│   │   │   │   │       │       ├── 30.gif
│   │   │   │   │       │       ├── 31.gif
│   │   │   │   │       │       ├── 32.gif
│   │   │   │   │       │       ├── 33.gif
│   │   │   │   │       │       ├── 34.gif
│   │   │   │   │       │       ├── 35.gif
│   │   │   │   │       │       ├── 36.gif
│   │   │   │   │       │       ├── 37.gif
│   │   │   │   │       │       ├── 38.gif
│   │   │   │   │       │       ├── 39.gif
│   │   │   │   │       │       ├── 4.gif
│   │   │   │   │       │       ├── 40.gif
│   │   │   │   │       │       ├── 41.gif
│   │   │   │   │       │       ├── 42.gif
│   │   │   │   │       │       ├── 43.gif
│   │   │   │   │       │       ├── 44.gif
│   │   │   │   │       │       ├── 45.gif
│   │   │   │   │       │       ├── 46.gif
│   │   │   │   │       │       ├── 47.gif
│   │   │   │   │       │       ├── 48.gif
│   │   │   │   │       │       ├── 49.gif
│   │   │   │   │       │       ├── 5.gif
│   │   │   │   │       │       ├── 50.gif
│   │   │   │   │       │       ├── 51.gif
│   │   │   │   │       │       ├── 52.gif
│   │   │   │   │       │       ├── 53.gif
│   │   │   │   │       │       ├── 54.gif
│   │   │   │   │       │       ├── 55.gif
│   │   │   │   │       │       ├── 56.gif
│   │   │   │   │       │       ├── 57.gif
│   │   │   │   │       │       ├── 58.gif
│   │   │   │   │       │       ├── 59.gif
│   │   │   │   │       │       ├── 6.gif
│   │   │   │   │       │       ├── 60.gif
│   │   │   │   │       │       ├── 61.gif
│   │   │   │   │       │       ├── 62.gif
│   │   │   │   │       │       ├── 63.gif
│   │   │   │   │       │       ├── 64.gif
│   │   │   │   │       │       ├── 65.gif
│   │   │   │   │       │       ├── 66.gif
│   │   │   │   │       │       ├── 67.gif
│   │   │   │   │       │       ├── 68.gif
│   │   │   │   │       │       ├── 69.gif
│   │   │   │   │       │       ├── 7.gif
│   │   │   │   │       │       ├── 70.gif
│   │   │   │   │       │       ├── 71.gif
│   │   │   │   │       │       ├── 8.gif
│   │   │   │   │       │       └── 9.gif
│   │   │   │   │       ├── lay
│   │   │   │   │       │   └── modules
│   │   │   │   │       │       ├── carousel.js
│   │   │   │   │       │       ├── code.js
│   │   │   │   │       │       ├── colorpicker.js
│   │   │   │   │       │       ├── element.js
│   │   │   │   │       │       ├── flow.js
│   │   │   │   │       │       ├── form.js
│   │   │   │   │       │       ├── jquery.js
│   │   │   │   │       │       ├── laydate.js
│   │   │   │   │       │       ├── layedit.js
│   │   │   │   │       │       ├── layer.js
│   │   │   │   │       │       ├── laypage.js
│   │   │   │   │       │       ├── laytpl.js
│   │   │   │   │       │       ├── mobile.js
│   │   │   │   │       │       ├── rate.js
│   │   │   │   │       │       ├── slider.js
│   │   │   │   │       │       ├── table.js
│   │   │   │   │       │       ├── transfer.js
│   │   │   │   │       │       ├── tree.js
│   │   │   │   │       │       ├── upload.js
│   │   │   │   │       │       └── util.js
│   │   │   │   │       ├── layui.all.js
│   │   │   │   │       └── layui.js
│   │   │   │   └── index_3
│   │   │   │       ├── css
│   │   │   │       │   ├── a671464c7c564c3aa711b16e373e22fd.css
│   │   │   │       │   ├── all.min.css
│   │   │   │       │   ├── aos.css
│   │   │   │       │   ├── bootstrap-icons.css
│   │   │   │       │   ├── bootstrap.min_1.css
│   │   │   │       │   ├── boxicons.min.css
│   │   │   │       │   ├── custom.css
│   │   │   │       │   ├── font-awesome-ie7.min.css
│   │   │   │       │   ├── font-awesome.min.css
│   │   │   │       │   ├── glightbox.min.css
│   │   │   │       │   ├── main.min.css
│   │   │   │       │   ├── remixicon.css
│   │   │   │       │   ├── style_1.css
│   │   │   │       │   └── swiper-bundle.min.css
│   │   │   │       ├── font
│   │   │   │       │   ├── fa-brands-400.eot
│   │   │   │       │   ├── fa-brands-400.ttf
│   │   │   │       │   ├── fa-brands-400.woff
│   │   │   │       │   ├── fa-brands-400.woff2
│   │   │   │       │   ├── fa-regular-400.eot
│   │   │   │       │   ├── fa-regular-400.ttf
│   │   │   │       │   ├── fa-regular-400.woff
│   │   │   │       │   ├── fa-regular-400.woff2
│   │   │   │       │   ├── fa-solid-900.eot
│   │   │   │       │   ├── fa-solid-900.ttf
│   │   │   │       │   ├── fa-solid-900.woff
│   │   │   │       │   ├── fa-solid-900.woff2
│   │   │   │       │   ├── flaticon.eot
│   │   │   │       │   ├── flaticon.ttf
│   │   │   │       │   ├── flaticon.woff
│   │   │   │       │   ├── flaticon.woff2
│   │   │   │       │   ├── fontello.eot
│   │   │   │       │   ├── fontello.ttf
│   │   │   │       │   ├── fontello.woff
│   │   │   │       │   ├── fontello.woff2
│   │   │   │       │   ├── glyphicons-halflings-regular.eot
│   │   │   │       │   ├── glyphicons-halflings-regular.ttf
│   │   │   │       │   ├── glyphicons-halflings-regular.woff
│   │   │   │       │   └── glyphicons-halflings-regular.woff2
│   │   │   │       ├── image
│   │   │   │       │   ├── arrow.jpg
│   │   │   │       │   ├── arrow.png
│   │   │   │       │   ├── b_package-l.png
│   │   │   │       │   ├── b_package-r.png
│   │   │   │       │   ├── bottom-header-bar.svg
│   │   │   │       │   ├── box-hover.png
│   │   │   │       │   ├── bulb-blue.png
│   │   │   │       │   ├── charit.png
│   │   │   │       │   ├── counter-bg-box.png
│   │   │   │       │   ├── counter-bg.png
│   │   │   │       │   ├── counter.png
│   │   │   │       │   ├── dropdown.png
│   │   │   │       │   ├── fallback.jpg
│   │   │   │       │   ├── flags.png
│   │   │   │       │   ├── flags@2x.png
│   │   │   │       │   ├── globe.png
│   │   │   │       │   ├── header-bg-01.png
│   │   │   │       │   ├── home-icon.png
│   │   │   │       │   ├── icon-bg.png
│   │   │   │       │   ├── owl.video.play.png
│   │   │   │       │   ├── paper-plan.jpg
│   │   │   │       │   ├── plans.jpg
│   │   │   │       │   ├── search.png
│   │   │   │       │   ├── shape.png
│   │   │   │       │   ├── shape_01.png
│   │   │   │       │   ├── shape_02.png
│   │   │   │       │   ├── shape_03.png
│   │   │   │       │   └── worldmap.png
│   │   │   │       ├── images
│   │   │   │       │   └── favicon.png
│   │   │   │       ├── js
│   │   │   │       │   ├── aos.js
│   │   │   │       │   ├── bootstrap.bundle.min.js
│   │   │   │       │   ├── bootstrap.offcanvas.min.js
│   │   │   │       │   ├── flickity.pkgd.min.js
│   │   │   │       │   ├── frontend.js
│   │   │   │       │   ├── glightbox.min.js
│   │   │   │       │   ├── isotope.pkgd.min_1.js
│   │   │   │       │   ├── jquery-1.10.2.min.js
│   │   │   │       │   ├── jquery-migrate-1.2.1.js
│   │   │   │       │   ├── jquery.min.js
│   │   │   │       │   ├── jquery.touchswipe.min.js
│   │   │   │       │   ├── mailchamp.js
│   │   │   │       │   ├── main.js
│   │   │   │       │   ├── noframework.waypoints.js
│   │   │   │       │   ├── owl.carousel.min.js
│   │   │   │       │   ├── parallax.min.js
│   │   │   │       │   ├── particles-code.js
│   │   │   │       │   ├── particles.js
│   │   │   │       │   ├── smoothscroll.js
│   │   │   │       │   ├── swiper-bundle.min.js
│   │   │   │       │   ├── template-scripts.js
│   │   │   │       │   ├── validate.js
│   │   │   │       │   └── wind.js
│   │   │   │       └── picture
│   │   │   │           └── shape4.png
│   │   │   ├── pay
│   │   │   │   ├── pay_1
│   │   │   │   │   ├── assets
│   │   │   │   │   ├── css
│   │   │   │   │   │   ├── pay.css
│   │   │   │   │   │   ├── paybtn.css
│   │   │   │   │   │   ├── qrcode.css
│   │   │   │   │   │   ├── toastr.min.css
│   │   │   │   │   │   └── wechat_pay.css
│   │   │   │   │   ├── fonts
│   │   │   │   │   │   ├── et-line.eot
│   │   │   │   │   │   ├── et-line.svg
│   │   │   │   │   │   ├── et-line.ttf
│   │   │   │   │   │   └── et-line.woff
│   │   │   │   │   ├── images
│   │   │   │   │   │   ├── 640.png
│   │   │   │   │   │   ├── TB2.png
│   │   │   │   │   │   ├── alipay.jpg
│   │   │   │   │   │   ├── guoqi.png
│   │   │   │   │   │   ├── icon.png
│   │   │   │   │   │   ├── qqpay.jpg
│   │   │   │   │   │   ├── use_1.png
│   │   │   │   │   │   ├── use_2.png
│   │   │   │   │   │   ├── use_3.png
│   │   │   │   │   │   ├── wave.png
│   │   │   │   │   │   ├── wechat-pay.png
│   │   │   │   │   │   └── weixin.jpg
│   │   │   │   │   ├── img
│   │   │   │   │   │   ├── alipay-logo.png
│   │   │   │   │   │   ├── alipay-sys.png
│   │   │   │   │   │   ├── load.png
│   │   │   │   │   │   ├── loading.gif
│   │   │   │   │   │   ├── logo_alipay.jpg
│   │   │   │   │   │   ├── logo_qqpay.jpg
│   │   │   │   │   │   ├── logo_wxpay.jpg
│   │   │   │   │   │   ├── no.png
│   │   │   │   │   │   ├── pay_ok.png
│   │   │   │   │   │   ├── qqpay-logo.png
│   │   │   │   │   │   ├── qqpay-sys.png
│   │   │   │   │   │   ├── qrcode_timeout.png
│   │   │   │   │   │   ├── wxpay-logo.png
│   │   │   │   │   │   └── wxpay-sys.png
│   │   │   │   │   ├── js
│   │   │   │   │   │   ├── clipboard.min.js
│   │   │   │   │   │   ├── jquery.cookie.min.js
│   │   │   │   │   │   ├── jquery.min.js
│   │   │   │   │   │   ├── layer.css
│   │   │   │   │   │   ├── layer.js
│   │   │   │   │   │   ├── qrcode.min.js
│   │   │   │   │   │   ├── toastr.min.js
│   │   │   │   │   │   └── vue.min.js
│   │   │   │   │   └── layer
│   │   │   │   │       ├── layer.js
│   │   │   │   │       ├── mobile
│   │   │   │   │       │   ├── layer.js
│   │   │   │   │       │   └── need
│   │   │   │   │       │       └── layer.css
│   │   │   │   │       └── skin
│   │   │   │   │           └── default
│   │   │   │   │               ├── icon-ext.png
│   │   │   │   │               ├── icon.png
│   │   │   │   │               ├── layer.css
│   │   │   │   │               ├── loading-0.gif
│   │   │   │   │               ├── loading-1.gif
│   │   │   │   │               └── loading-2.gif
│   │   │   │   └── pay_2
│   │   │   │       ├── css
│   │   │   │       │   ├── pay.css
│   │   │   │       │   ├── paybtn.css
│   │   │   │       │   ├── toastr.min.css
│   │   │   │       │   └── wechat_pay.css
│   │   │   │       ├── images
│   │   │   │       │   ├── 640.png
│   │   │   │       │   ├── TB2.png
│   │   │   │       │   ├── alipay.jpg
│   │   │   │       │   ├── guoqi.png
│   │   │   │       │   ├── icon.png
│   │   │   │       │   ├── qq.jpg
│   │   │   │       │   ├── qqpay.jpg
│   │   │   │       │   ├── use_1.png
│   │   │   │       │   ├── use_2.png
│   │   │   │       │   ├── use_3.png
│   │   │   │       │   ├── wave.png
│   │   │   │       │   ├── wechat-pay.png
│   │   │   │       │   └── weixin.jpg
│   │   │   │       └── js
│   │   │   │           ├── clipboard.min.js
│   │   │   │           ├── jquery.min.js
│   │   │   │           ├── layer.css
│   │   │   │           ├── layer.js
│   │   │   │           ├── toastr.min.js
│   │   │   │           └── vue.min.js
│   │   │   └── user
│   │   │       └── assets
│   │   │           ├── app1.apk
│   │   │           ├── app2.apk
│   │   │           ├── cache
│   │   │           ├── css
│   │   │           │   └── main.css
│   │   │           ├── dialogs
│   │   │           │   └── snapscreen
│   │   │           │       └── snapscreen.html
│   │   │           ├── erweima
│   │   │           │   ├── 20210903
│   │   │           │   │   ├── 2c234f39345a5736d91064d4d9ba0c3e.jpg
│   │   │           │   │   └── 56923c5bfc210ab2383eb4f56b6f6518.png
│   │   │           │   ├── 20210908
│   │   │           │   │   └── 5e70ff8c5a1486f26196e0d3b91d5622.png
│   │   │           │   ├── 20210921
│   │   │           │   │   └── e7c489a76afd4ed0664eec0c8e27873d.png
│   │   │           │   ├── 20210922
│   │   │           │   ├── 20210926
│   │   │           │   ├── 20210927
│   │   │           │   ├── 20210929
│   │   │           │   │   ├── 5e6b7a764154c835789420c1f5501873.png
│   │   │           │   │   └── a285148440337452cdcb40957bf82bba.jpg
│   │   │           │   ├── 20211004
│   │   │           │   │   └── f68d8d9e1520c9c30ed21abdf3457542.jpg
│   │   │           │   ├── 20211008
│   │   │           │   │   ├── 0b250ecbc189f232dd4ff3d5dcd96f69.jpg
│   │   │           │   │   ├── 12d2ad6081b5cdfc16a25ff8c4c9ae4b.jpg
│   │   │           │   │   ├── 29169553177d03cfb30faba456a8e23c.png
│   │   │           │   │   ├── 336130739d8789a244cd0a6141ff8e0f.jpg
│   │   │           │   │   ├── 34726301ff52f269e25a7f4b65e4b721.jpg
│   │   │           │   │   ├── 4756b1781756d347e41435519b9834cf.jpg
│   │   │           │   │   ├── 60145cf35d9a837320cdb0bd5b8ccae0.jpg
│   │   │           │   │   ├── 8745fc0f4f9ebde26efd6f776849a1a3.png
│   │   │           │   │   ├── 8b0b1e1930e393394eade5052cbf4696.jpg
│   │   │           │   │   ├── 97f86b37685ba6593db84d5ea6406d7e.jpg
│   │   │           │   │   ├── 9d217b526a588a70cde4d902b4b78098.png
│   │   │           │   │   ├── 9dc2a28237a5dfee26be8d16862866bc.png
│   │   │           │   │   ├── 9f50560f5260ef098d0e54de01b16d32.png
│   │   │           │   │   ├── af5394efc4bd9a3c558c72cc4b9f6c10.png
│   │   │           │   │   ├── b0438ffb0b0c133c9c033db9b2e3ed67.png
│   │   │           │   │   ├── b2381409fe09e4a5c0b52c8e8b0b5613.jpg
│   │   │           │   │   ├── c0cfced1924d6d974a3aa320f8d134d8.png
│   │   │           │   │   ├── c7d39abf8b39d35036ad4f3020ebb24a.png
│   │   │           │   │   ├── d5baa691d68cf422b91c98fbb3055d31.png
│   │   │           │   │   ├── dc8a76b77169a8e57e412c506f0fe1c0.png
│   │   │           │   │   └── e706e7f72aff86943a68628994ef7439.png
│   │   │           │   ├── 20211014
│   │   │           │   │   └── 458076251ef003a9a230a5f1da328849.jpg
│   │   │           │   └── 20211119
│   │   │           ├── images
│   │   │           │   ├── 3754wh1200.jpg
│   │   │           │   ├── 404.png
│   │   │           │   ├── 5900769c08190_610.jpg
│   │   │           │   ├── bg-login.jpg
│   │   │           │   ├── bitbug_favicon.ico
│   │   │           │   ├── favicon.ico
│   │   │           │   ├── fdsasdsa.jpg
│   │   │           │   ├── ic_403.png
│   │   │           │   ├── ic_404.png
│   │   │           │   ├── ic_500.png
│   │   │           │   ├── lcxkvf.jpg
│   │   │           │   ├── logo.png
│   │   │           │   ├── overlay.png
│   │   │           │   ├── sadgfdhd.gif
│   │   │           │   ├── shape1.png
│   │   │           │   ├── shape2.png
│   │   │           │   ├── shape3.png
│   │   │           │   ├── shape4.png
│   │   │           │   ├── shape5.png
│   │   │           │   ├── shape6.png
│   │   │           │   ├── tongzhi.jpg
│   │   │           │   ├── vip.png
│   │   │           │   └── yuyin.mp3
│   │   │           ├── js
│   │   │           │   ├── common.js
│   │   │           │   ├── fhjdk.js
│   │   │           │   └── jquery@1.11.3.js
│   │   │           ├── libs
│   │   │           │   ├── echarts
│   │   │           │   │   ├── china.js
│   │   │           │   │   ├── echarts-wordcloud.min.js
│   │   │           │   │   ├── echarts.min.js
│   │   │           │   │   └── echartsTheme.js
│   │   │           │   ├── fullcalendar
│   │   │           │   │   ├── core
│   │   │           │   │   │   ├── locales
│   │   │           │   │   │   │   ├── af.js
│   │   │           │   │   │   │   ├── ar-dz.js
│   │   │           │   │   │   │   ├── ar-kw.js
│   │   │           │   │   │   │   ├── ar-ly.js
│   │   │           │   │   │   │   ├── ar-ma.js
│   │   │           │   │   │   │   ├── ar-sa.js
│   │   │           │   │   │   │   ├── ar-tn.js
│   │   │           │   │   │   │   ├── ar.js
│   │   │           │   │   │   │   ├── bg.js
│   │   │           │   │   │   │   ├── bs.js
│   │   │           │   │   │   │   ├── ca.js
│   │   │           │   │   │   │   ├── cs.js
│   │   │           │   │   │   │   ├── da.js
│   │   │           │   │   │   │   ├── de.js
│   │   │           │   │   │   │   ├── el.js
│   │   │           │   │   │   │   ├── en-au.js
│   │   │           │   │   │   │   ├── en-gb.js
│   │   │           │   │   │   │   ├── en-nz.js
│   │   │           │   │   │   │   ├── es-us.js
│   │   │           │   │   │   │   ├── es.js
│   │   │           │   │   │   │   ├── et.js
│   │   │           │   │   │   │   ├── eu.js
│   │   │           │   │   │   │   ├── fa.js
│   │   │           │   │   │   │   ├── fi.js
│   │   │           │   │   │   │   ├── fr-ca.js
│   │   │           │   │   │   │   ├── fr-ch.js
│   │   │           │   │   │   │   ├── fr.js
│   │   │           │   │   │   │   ├── gl.js
│   │   │           │   │   │   │   ├── he.js
│   │   │           │   │   │   │   ├── hi.js
│   │   │           │   │   │   │   ├── hr.js
│   │   │           │   │   │   │   ├── hu.js
│   │   │           │   │   │   │   ├── id.js
│   │   │           │   │   │   │   ├── is.js
│   │   │           │   │   │   │   ├── it.js
│   │   │           │   │   │   │   ├── ja.js
│   │   │           │   │   │   │   ├── ka.js
│   │   │           │   │   │   │   ├── kk.js
│   │   │           │   │   │   │   ├── ko.js
│   │   │           │   │   │   │   ├── lb.js
│   │   │           │   │   │   │   ├── lt.js
│   │   │           │   │   │   │   ├── lv.js
│   │   │           │   │   │   │   ├── mk.js
│   │   │           │   │   │   │   ├── ms.js
│   │   │           │   │   │   │   ├── nb.js
│   │   │           │   │   │   │   ├── nl.js
│   │   │           │   │   │   │   ├── nn.js
│   │   │           │   │   │   │   ├── pl.js
│   │   │           │   │   │   │   ├── pt-br.js
│   │   │           │   │   │   │   ├── pt.js
│   │   │           │   │   │   │   ├── ro.js
│   │   │           │   │   │   │   ├── ru.js
│   │   │           │   │   │   │   ├── sk.js
│   │   │           │   │   │   │   ├── sl.js
│   │   │           │   │   │   │   ├── sq.js
│   │   │           │   │   │   │   ├── sr-cyrl.js
│   │   │           │   │   │   │   ├── sr.js
│   │   │           │   │   │   │   ├── sv.js
│   │   │           │   │   │   │   ├── th.js
│   │   │           │   │   │   │   ├── tr.js
│   │   │           │   │   │   │   ├── uk.js
│   │   │           │   │   │   │   ├── vi.js
│   │   │           │   │   │   │   ├── zh-cn.js
│   │   │           │   │   │   │   └── zh-tw.js
│   │   │           │   │   │   ├── locales-all.js
│   │   │           │   │   │   ├── locales-all.min.js
│   │   │           │   │   │   ├── main.css
│   │   │           │   │   │   ├── main.js
│   │   │           │   │   │   ├── main.min.css
│   │   │           │   │   │   └── main.min.js
│   │   │           │   │   ├── daygrid
│   │   │           │   │   │   ├── main.css
│   │   │           │   │   │   ├── main.js
│   │   │           │   │   │   ├── main.min.css
│   │   │           │   │   │   └── main.min.js
│   │   │           │   │   ├── google-calendar
│   │   │           │   │   │   ├── main.js
│   │   │           │   │   │   └── main.min.js
│   │   │           │   │   ├── interaction
│   │   │           │   │   │   ├── main.js
│   │   │           │   │   │   └── main.min.js
│   │   │           │   │   ├── list
│   │   │           │   │   │   ├── main.css
│   │   │           │   │   │   ├── main.js
│   │   │           │   │   │   ├── main.min.css
│   │   │           │   │   │   └── main.min.js
│   │   │           │   │   ├── luxon
│   │   │           │   │   │   ├── main.js
│   │   │           │   │   │   └── main.min.js
│   │   │           │   │   ├── moment
│   │   │           │   │   │   ├── main.js
│   │   │           │   │   │   └── main.min.js
│   │   │           │   │   ├── moment-timezone
│   │   │           │   │   │   ├── main.js
│   │   │           │   │   │   └── main.min.js
│   │   │           │   │   ├── rrule
│   │   │           │   │   │   ├── main.js
│   │   │           │   │   │   └── main.min.js
│   │   │           │   │   └── timegrid
│   │   │           │   │       ├── main.css
│   │   │           │   │       ├── main.js
│   │   │           │   │       ├── main.min.css
│   │   │           │   │       └── main.min.js
│   │   │           │   ├── jquery
│   │   │           │   │   └── jquery-3.2.1.min.js
│   │   │           │   ├── layui
│   │   │           │   │   ├── css
│   │   │           │   │   │   ├── layui.css
│   │   │           │   │   │   ├── layui.mobile.css
│   │   │           │   │   │   └── modules
│   │   │           │   │   │       ├── code.css
│   │   │           │   │   │       ├── laydate
│   │   │           │   │   │       │   └── default
│   │   │           │   │   │       │       └── laydate.css
│   │   │           │   │   │       └── layer
│   │   │           │   │   │           └── default
│   │   │           │   │   │               ├── icon-ext.png
│   │   │           │   │   │               ├── icon.png
│   │   │           │   │   │               ├── layer.css
│   │   │           │   │   │               ├── loading-0.gif
│   │   │           │   │   │               ├── loading-1.gif
│   │   │           │   │   │               └── loading-2.gif
│   │   │           │   │   ├── font
│   │   │           │   │   │   ├── iconfont.eot
│   │   │           │   │   │   ├── iconfont.svg
│   │   │           │   │   │   ├── iconfont.ttf
│   │   │           │   │   │   ├── iconfont.woff
│   │   │           │   │   │   └── iconfont.woff2
│   │   │           │   │   ├── images
│   │   │           │   │   │   └── face
│   │   │           │   │   │       ├── 0.gif
│   │   │           │   │   │       ├── 1.gif
│   │   │           │   │   │       ├── 10.gif
│   │   │           │   │   │       ├── 11.gif
│   │   │           │   │   │       ├── 12.gif
│   │   │           │   │   │       ├── 13.gif
│   │   │           │   │   │       ├── 14.gif
│   │   │           │   │   │       ├── 15.gif
│   │   │           │   │   │       ├── 16.gif
│   │   │           │   │   │       ├── 17.gif
│   │   │           │   │   │       ├── 18.gif
│   │   │           │   │   │       ├── 19.gif
│   │   │           │   │   │       ├── 2.gif
│   │   │           │   │   │       ├── 20.gif
│   │   │           │   │   │       ├── 21.gif
│   │   │           │   │   │       ├── 22.gif
│   │   │           │   │   │       ├── 23.gif
│   │   │           │   │   │       ├── 24.gif
│   │   │           │   │   │       ├── 25.gif
│   │   │           │   │   │       ├── 26.gif
│   │   │           │   │   │       ├── 27.gif
│   │   │           │   │   │       ├── 28.gif
│   │   │           │   │   │       ├── 29.gif
│   │   │           │   │   │       ├── 3.gif
│   │   │           │   │   │       ├── 30.gif
│   │   │           │   │   │       ├── 31.gif
│   │   │           │   │   │       ├── 32.gif
│   │   │           │   │   │       ├── 33.gif
│   │   │           │   │   │       ├── 34.gif
│   │   │           │   │   │       ├── 35.gif
│   │   │           │   │   │       ├── 36.gif
│   │   │           │   │   │       ├── 37.gif
│   │   │           │   │   │       ├── 38.gif
│   │   │           │   │   │       ├── 39.gif
│   │   │           │   │   │       ├── 4.gif
│   │   │           │   │   │       ├── 40.gif
│   │   │           │   │   │       ├── 41.gif
│   │   │           │   │   │       ├── 42.gif
│   │   │           │   │   │       ├── 43.gif
│   │   │           │   │   │       ├── 44.gif
│   │   │           │   │   │       ├── 45.gif
│   │   │           │   │   │       ├── 46.gif
│   │   │           │   │   │       ├── 47.gif
│   │   │           │   │   │       ├── 48.gif
│   │   │           │   │   │       ├── 49.gif
│   │   │           │   │   │       ├── 5.gif
│   │   │           │   │   │       ├── 50.gif
│   │   │           │   │   │       ├── 51.gif
│   │   │           │   │   │       ├── 52.gif
│   │   │           │   │   │       ├── 53.gif
│   │   │           │   │   │       ├── 54.gif
│   │   │           │   │   │       ├── 55.gif
│   │   │           │   │   │       ├── 56.gif
│   │   │           │   │   │       ├── 57.gif
│   │   │           │   │   │       ├── 58.gif
│   │   │           │   │   │       ├── 59.gif
│   │   │           │   │   │       ├── 6.gif
│   │   │           │   │   │       ├── 60.gif
│   │   │           │   │   │       ├── 61.gif
│   │   │           │   │   │       ├── 62.gif
│   │   │           │   │   │       ├── 63.gif
│   │   │           │   │   │       ├── 64.gif
│   │   │           │   │   │       ├── 65.gif
│   │   │           │   │   │       ├── 66.gif
│   │   │           │   │   │       ├── 67.gif
│   │   │           │   │   │       ├── 68.gif
│   │   │           │   │   │       ├── 69.gif
│   │   │           │   │   │       ├── 7.gif
│   │   │           │   │   │       ├── 70.gif
│   │   │           │   │   │       ├── 71.gif
│   │   │           │   │   │       ├── 8.gif
│   │   │           │   │   │       └── 9.gif
│   │   │           │   │   ├── lay
│   │   │           │   │   │   └── modules
│   │   │           │   │   │       ├── carousel.js
│   │   │           │   │   │       ├── code.js
│   │   │           │   │   │       ├── colorpicker.js
│   │   │           │   │   │       ├── element.js
│   │   │           │   │   │       ├── flow.js
│   │   │           │   │   │       ├── form.js
│   │   │           │   │   │       ├── jquery.js
│   │   │           │   │   │       ├── laydate.js
│   │   │           │   │   │       ├── layedit.js
│   │   │           │   │   │       ├── layer.js
│   │   │           │   │   │       ├── laypage.js
│   │   │           │   │   │       ├── laytpl.js
│   │   │           │   │   │       ├── mobile.js
│   │   │           │   │   │       ├── rate.js
│   │   │           │   │   │       ├── slider.js
│   │   │           │   │   │       ├── table.js
│   │   │           │   │   │       ├── transfer.js
│   │   │           │   │   │       ├── tree.js
│   │   │           │   │   │       ├── upload.js
│   │   │           │   │   │       └── util.js
│   │   │           │   │   ├── layui.all.js
│   │   │           │   │   └── layui.js
│   │   │           │   └── tinymce
│   │   │           │       ├── jquery.tinymce.min.js
│   │   │           │       ├── langs
│   │   │           │       │   └── zh_CN.js
│   │   │           │       ├── plugins
│   │   │           │       │   ├── advlist
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── anchor
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── autolink
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── autoresize
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── autosave
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── charmap
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── code
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── codesample
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── directionality
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── emoticons
│   │   │           │       │   │   ├── js
│   │   │           │       │   │   │   ├── emojis.js
│   │   │           │       │   │   │   └── emojis.min.js
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── fullpage
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── fullscreen
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── help
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── hr
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── image
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── imagetools
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── importcss
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── insertdatetime
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── link
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── lists
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── media
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── nonbreaking
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── noneditable
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── pagebreak
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── paste
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── preview
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── print
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── quickbars
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── save
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── searchreplace
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── spellchecker
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── tabfocus
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── table
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── template
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── textpattern
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── toc
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── visualblocks
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   ├── visualchars
│   │   │           │       │   │   └── plugin.min.js
│   │   │           │       │   └── wordcount
│   │   │           │       │       └── plugin.min.js
│   │   │           │       ├── skins
│   │   │           │       │   ├── content
│   │   │           │       │   │   ├── dark
│   │   │           │       │   │   │   └── content.min.css
│   │   │           │       │   │   ├── default
│   │   │           │       │   │   │   └── content.min.css
│   │   │           │       │   │   ├── document
│   │   │           │       │   │   │   └── content.min.css
│   │   │           │       │   │   └── writer
│   │   │           │       │   │       └── content.min.css
│   │   │           │       │   └── ui
│   │   │           │       │       ├── oxide
│   │   │           │       │       │   ├── content.inline.min.css
│   │   │           │       │       │   ├── content.min.css
│   │   │           │       │       │   ├── content.mobile.min.css
│   │   │           │       │       │   ├── fonts
│   │   │           │       │       │   │   └── tinymce-mobile.woff
│   │   │           │       │       │   ├── skin.min.css
│   │   │           │       │       │   └── skin.mobile.min.css
│   │   │           │       │       └── oxide-dark
│   │   │           │       │           ├── content.inline.min.css
│   │   │           │       │           ├── content.min.css
│   │   │           │       │           ├── content.mobile.min.css
│   │   │           │       │           ├── fonts
│   │   │           │       │           │   └── tinymce-mobile.woff
│   │   │           │       │           ├── skin.min.css
│   │   │           │       │           └── skin.mobile.min.css
│   │   │           │       ├── themes
│   │   │           │       │   ├── mobile
│   │   │           │       │   │   └── theme.min.js
│   │   │           │       │   └── silver
│   │   │           │       │       └── theme.min.js
│   │   │           │       └── tinymce.min.js
│   │   │           ├── module
│   │   │           │   ├── CircleProgress.js
│   │   │           │   ├── ClipboardJS.js
│   │   │           │   ├── Cropper
│   │   │           │   │   ├── Cropper.css
│   │   │           │   │   └── Cropper.js
│   │   │           │   ├── Player.js
│   │   │           │   ├── QRCode.js
│   │   │           │   ├── Split
│   │   │           │   │   ├── Split.css
│   │   │           │   │   └── Split.js
│   │   │           │   ├── admin.css
│   │   │           │   ├── admin.js
│   │   │           │   ├── baseTable.js
│   │   │           │   ├── cascader
│   │   │           │   │   ├── cascader.css
│   │   │           │   │   ├── cascader.js
│   │   │           │   │   └── citys-data.js
│   │   │           │   ├── city-picker
│   │   │           │   │   ├── city-picker.css
│   │   │           │   │   ├── city-picker.js
│   │   │           │   │   └── drop-arrow.png
│   │   │           │   ├── contextMenu.js
│   │   │           │   ├── dataGrid.js
│   │   │           │   ├── dialogs
│   │   │           │   │   ├── anchor
│   │   │           │   │   │   └── anchor.html
│   │   │           │   │   ├── background
│   │   │           │   │   │   ├── background.css
│   │   │           │   │   │   ├── background.html
│   │   │           │   │   │   ├── background.js
│   │   │           │   │   │   └── images
│   │   │           │   │   │       ├── bg.png
│   │   │           │   │   │       └── success.png
│   │   │           │   │   ├── dialogbase.css
│   │   │           │   │   ├── emotion
│   │   │           │   │   │   ├── emotion.css
│   │   │           │   │   │   ├── emotion.html
│   │   │           │   │   │   ├── emotion.js
│   │   │           │   │   │   └── images
│   │   │           │   │   │       └── jxface2.gif
│   │   │           │   │   ├── insertframe
│   │   │           │   │   │   └── insertframe.html
│   │   │           │   │   ├── internal.js
│   │   │           │   │   ├── link
│   │   │           │   │   │   └── link.html
│   │   │           │   │   ├── map
│   │   │           │   │   │   └── map.html
│   │   │           │   │   ├── preview
│   │   │           │   │   │   └── preview.html
│   │   │           │   │   ├── scrawl
│   │   │           │   │   │   ├── images
│   │   │           │   │   │   │   ├── addimg.png
│   │   │           │   │   │   │   ├── brush.png
│   │   │           │   │   │   │   ├── delimg.png
│   │   │           │   │   │   │   ├── empty.png
│   │   │           │   │   │   │   ├── emptyH.png
│   │   │           │   │   │   │   ├── eraser.png
│   │   │           │   │   │   │   ├── redo.png
│   │   │           │   │   │   │   ├── scale.png
│   │   │           │   │   │   │   ├── size.png
│   │   │           │   │   │   │   ├── undo.png
│   │   │           │   │   │   │   └── undoH.png
│   │   │           │   │   │   ├── scrawl.css
│   │   │           │   │   │   ├── scrawl.html
│   │   │           │   │   │   └── scrawl.js
│   │   │           │   │   ├── searchreplace
│   │   │           │   │   │   ├── searchreplace.html
│   │   │           │   │   │   └── searchreplace.js
│   │   │           │   │   ├── snapscreen
│   │   │           │   │   │   └── snapscreen.html
│   │   │           │   │   ├── spechars
│   │   │           │   │   │   ├── spechars.html
│   │   │           │   │   │   └── spechars.js
│   │   │           │   │   ├── themes
│   │   │           │   │   │   └── default
│   │   │           │   │   │       └── images
│   │   │           │   │   │           └── cursor_h.png
│   │   │           │   │   └── video
│   │   │           │   │       ├── images
│   │   │           │   │       │   ├── bg.png
│   │   │           │   │       │   ├── center_focus.jpg
│   │   │           │   │       │   ├── file-icons.png
│   │   │           │   │       │   ├── icons.png
│   │   │           │   │       │   ├── image.png
│   │   │           │   │       │   ├── left_focus.jpg
│   │   │           │   │       │   ├── none_focus.jpg
│   │   │           │   │       │   ├── progress.png
│   │   │           │   │       │   └── right_focus.jpg
│   │   │           │   │       ├── video.css
│   │   │           │   │       ├── video.html
│   │   │           │   │       └── video.js
│   │   │           │   ├── dropdown
│   │   │           │   │   ├── dropdown.css
│   │   │           │   │   └── dropdown.js
│   │   │           │   ├── excel.js
│   │   │           │   ├── fileChoose
│   │   │           │   │   ├── fileChoose.html
│   │   │           │   │   ├── fileChoose.js
│   │   │           │   │   └── img
│   │   │           │   │       ├── apk.png
│   │   │           │   │       ├── bt.png
│   │   │           │   │       ├── code.png
│   │   │           │   │       ├── dir.png
│   │   │           │   │       ├── doc.png
│   │   │           │   │       ├── exe.png
│   │   │           │   │       ├── file.png
│   │   │           │   │       ├── flash.png
│   │   │           │   │       ├── htm.png
│   │   │           │   │       ├── img.png
│   │   │           │   │       ├── mp3.png
│   │   │           │   │       ├── mp4.png
│   │   │           │   │       ├── pdf.png
│   │   │           │   │       ├── ppt.png
│   │   │           │   │       ├── psd.png
│   │   │           │   │       ├── ttf.png
│   │   │           │   │       ├── txt.png
│   │   │           │   │       ├── xls.png
│   │   │           │   │       └── zip.png
│   │   │           │   ├── formX.js
│   │   │           │   ├── img
│   │   │           │   │   ├── ic_loading.gif
│   │   │           │   │   ├── icon_date.png
│   │   │           │   │   ├── icon_search.png
│   │   │           │   │   ├── theme-admin.png
│   │   │           │   │   ├── theme-blue.png
│   │   │           │   │   ├── theme-colorful.png
│   │   │           │   │   ├── theme-cyan.png
│   │   │           │   │   ├── theme-green.png
│   │   │           │   │   ├── theme-pink.png
│   │   │           │   │   ├── theme-purple.png
│   │   │           │   │   ├── theme-red.png
│   │   │           │   │   └── theme-white.png
│   │   │           │   ├── index.js
│   │   │           │   ├── introJs
│   │   │           │   │   ├── introJs.css
│   │   │           │   │   └── introJs.js
│   │   │           │   ├── lang
│   │   │           │   │   └── zh-cn
│   │   │           │   │       └── zh-cn.js
│   │   │           │   ├── mousewheel.js
│   │   │           │   ├── notice
│   │   │           │   │   ├── 1.wav
│   │   │           │   │   ├── 2.wav
│   │   │           │   │   ├── 3.wav
│   │   │           │   │   ├── 4.wav
│   │   │           │   │   ├── 5.wav
│   │   │           │   │   ├── 6.wav
│   │   │           │   │   ├── notice.css
│   │   │           │   │   └── notice.js
│   │   │           │   ├── php
│   │   │           │   │   ├── config.json
│   │   │           │   │   └── controller.php
│   │   │           │   ├── printer.js
│   │   │           │   ├── steps
│   │   │           │   │   ├── steps.css
│   │   │           │   │   └── steps.js
│   │   │           │   ├── tableX.js
│   │   │           │   ├── tagsInput
│   │   │           │   │   ├── tagsInput.css
│   │   │           │   │   └── tagsInput.js
│   │   │           │   ├── theme-all.css
│   │   │           │   ├── themes
│   │   │           │   │   ├── default
│   │   │           │   │   │   ├── css
│   │   │           │   │   │   │   ├── dialogbase.css
│   │   │           │   │   │   │   └── ueditor.css
│   │   │           │   │   │   ├── dialogbase.css
│   │   │           │   │   │   └── images
│   │   │           │   │   │       ├── anchor.gif
│   │   │           │   │   │       ├── dialog-title-bg.png
│   │   │           │   │   │       ├── highlighted.gif
│   │   │           │   │   │       ├── icons-all.gif
│   │   │           │   │   │       ├── icons.png
│   │   │           │   │   │       ├── jxface2.gif
│   │   │           │   │   │       ├── scale.png
│   │   │           │   │   │       ├── spacer.gif
│   │   │           │   │   │       └── unhighlighted.gif
│   │   │           │   │   └── iframe.css
│   │   │           │   ├── third-party
│   │   │           │   │   ├── codemirror
│   │   │           │   │   │   ├── codemirror.css
│   │   │           │   │   │   └── codemirror.js
│   │   │           │   │   ├── jquery-1.10.2.min.js
│   │   │           │   │   ├── snapscreen
│   │   │           │   │   │   └── UEditorSnapscreen.exe
│   │   │           │   │   ├── webuploader
│   │   │           │   │   │   ├── webuploader.css
│   │   │           │   │   │   └── webuploader.min.js
│   │   │           │   │   └── zeroclipboard
│   │   │           │   │       ├── ZeroClipboard.js
│   │   │           │   │       └── ZeroClipboard.swf
│   │   │           │   ├── treeTable.js
│   │   │           │   ├── ueditor.all.min.js
│   │   │           │   ├── ueditor.config.js
│   │   │           │   ├── ueditor.parse.js
│   │   │           │   ├── xmSelect.js
│   │   │           │   ├── zTree
│   │   │           │   │   ├── css
│   │   │           │   │   │   ├── metroStyle
│   │   │           │   │   │   │   ├── img
│   │   │           │   │   │   │   │   ├── line_conn.png
│   │   │           │   │   │   │   │   ├── loading.gif
│   │   │           │   │   │   │   │   ├── metro.gif
│   │   │           │   │   │   │   │   └── metro.png
│   │   │           │   │   │   │   └── metroStyle.css
│   │   │           │   │   │   └── zTreeStyle
│   │   │           │   │   │       ├── img
│   │   │           │   │   │       │   ├── diy
│   │   │           │   │   │       │   │   ├── 1_close.png
│   │   │           │   │   │       │   │   ├── 1_open.png
│   │   │           │   │   │       │   │   ├── 2.png
│   │   │           │   │   │       │   │   ├── 3.png
│   │   │           │   │   │       │   │   ├── 4.png
│   │   │           │   │   │       │   │   ├── 5.png
│   │   │           │   │   │       │   │   ├── 6.png
│   │   │           │   │   │       │   │   ├── 7.png
│   │   │           │   │   │       │   │   ├── 8.png
│   │   │           │   │   │       │   │   └── 9.png
│   │   │           │   │   │       │   ├── line_conn.gif
│   │   │           │   │   │       │   ├── loading.gif
│   │   │           │   │   │       │   ├── zTreeStandard.gif
│   │   │           │   │   │       │   └── zTreeStandard.png
│   │   │           │   │   │       └── zTreeStyle.css
│   │   │           │   │   └── zTree.js
│   │   │           │   └── zh-cn.js
│   │   │           ├── pay
│   │   │           │   ├── css
│   │   │           │   │   ├── alipay_jump_style.css
│   │   │           │   │   ├── pay.css
│   │   │           │   │   ├── paybtn.css
│   │   │           │   │   ├── toastr.min.css
│   │   │           │   │   └── wechat_pay.css
│   │   │           │   ├── images
│   │   │           │   │   ├── 640.png
│   │   │           │   │   ├── TB2.png
│   │   │           │   │   ├── alipay.jpg
│   │   │           │   │   ├── alipay_grey.png
│   │   │           │   │   ├── guoqi.png
│   │   │           │   │   ├── icon.png
│   │   │           │   │   ├── qqpay.jpg
│   │   │           │   │   ├── use_1.png
│   │   │           │   │   ├── use_2.png
│   │   │           │   │   ├── use_3.png
│   │   │           │   │   ├── wave.png
│   │   │           │   │   ├── wechat-pay.png
│   │   │           │   │   └── weixin.jpg
│   │   │           │   └── js
│   │   │           │       ├── clipboard.min.js
│   │   │           │       ├── jquery.min.js
│   │   │           │       ├── layer.css
│   │   │           │       ├── layer.js
│   │   │           │       ├── toastr.min.js
│   │   │           │       └── vue.min.js
│   │   │           ├── pc.zip
│   │   │           ├── template
│   │   │           │   ├── index_10
│   │   │           │   │   ├── css
│   │   │           │   │   │   └── style.css
│   │   │           │   │   └── picture
│   │   │           │   │       ├── bg2.png
│   │   │           │   │       ├── daoyan.png
│   │   │           │   │       ├── doudou.svg
│   │   │           │   │       ├── easy.svg
│   │   │           │   │       ├── easyapi-logo.svg
│   │   │           │   │       ├── logo1.ico
│   │   │           │   │       ├── money.svg
│   │   │           │   │       ├── risk.svg
│   │   │           │   │       ├── server.svg
│   │   │           │   │       ├── shop2.svg
│   │   │           │   │       ├── ssl.svg
│   │   │           │   │       └── wechatpay.svg
│   │   │           │   ├── index_11
│   │   │           │   │   ├── css
│   │   │           │   │   │   ├── animate.css
│   │   │           │   │   │   ├── aos.css
│   │   │           │   │   │   ├── common_contact.css
│   │   │           │   │   │   ├── default.css
│   │   │           │   │   │   ├── header_common.css
│   │   │           │   │   │   ├── index_main.css
│   │   │           │   │   │   └── media.css
│   │   │           │   │   ├── images
│   │   │           │   │   │   ├── address.png
│   │   │           │   │   │   ├── address1.png
│   │   │           │   │   │   ├── advantage_topl.png
│   │   │           │   │   │   ├── advantage_topr.png
│   │   │           │   │   │   ├── banner.png
│   │   │           │   │   │   ├── contact_botl.png
│   │   │           │   │   │   ├── contact_botr.png
│   │   │           │   │   │   ├── contactus_bg.png
│   │   │           │   │   │   ├── email.png
│   │   │           │   │   │   ├── email1.png
│   │   │           │   │   │   ├── footer_email.png
│   │   │           │   │   │   ├── footer_icon1.png
│   │   │           │   │   │   ├── footer_icon2.png
│   │   │           │   │   │   ├── footer_icon3.png
│   │   │           │   │   │   ├── footer_icon4.png
│   │   │           │   │   │   ├── footer_qq.png
│   │   │           │   │   │   ├── header_combg.png
│   │   │           │   │   │   ├── map_bg.png
│   │   │           │   │   │   ├── more_arrow.png
│   │   │           │   │   │   ├── payment_bg.png
│   │   │           │   │   │   ├── process_bg.png
│   │   │           │   │   │   ├── qq.png
│   │   │           │   │   │   ├── qq2.png
│   │   │           │   │   │   ├── right_tell1.png
│   │   │           │   │   │   ├── right_tell2.png
│   │   │           │   │   │   ├── scrolltop.png
│   │   │           │   │   │   ├── scrolltop2.png
│   │   │           │   │   │   ├── tell.png
│   │   │           │   │   │   └── tell1.png
│   │   │           │   │   ├── js
│   │   │           │   │   │   ├── aos.js
│   │   │           │   │   │   ├── common_js.js
│   │   │           │   │   │   ├── index_main.js
│   │   │           │   │   │   └── xs.js
│   │   │           │   │   └── picture
│   │   │           │   │       ├── 57ede64c39bb4880.png
│   │   │           │   │       ├── about_rightimg1.png
│   │   │           │   │       ├── about_rightimg2.png
│   │   │           │   │       ├── advantage_1.png
│   │   │           │   │       ├── advantage_2.png
│   │   │           │   │       ├── advantage_3.png
│   │   │           │   │       ├── advantage_4.png
│   │   │           │   │       ├── banner_right.png
│   │   │           │   │       ├── payment_1.png
│   │   │           │   │       ├── payment_2.png
│   │   │           │   │       ├── payment_3.png
│   │   │           │   │       ├── payment_4.png
│   │   │           │   │       ├── payment_5.png
│   │   │           │   │       ├── payment_6.png
│   │   │           │   │       ├── payment_7.png
│   │   │           │   │       ├── process_1.png
│   │   │           │   │       ├── process_2.png
│   │   │           │   │       ├── process_3.png
│   │   │           │   │       ├── process_4.png
│   │   │           │   │       ├── process_5.png
│   │   │           │   │       └── process_6.png
│   │   │           │   ├── index_4
│   │   │           │   │   ├── css
│   │   │           │   │   │   ├── aos.css
│   │   │           │   │   │   ├── index1200.css
│   │   │           │   │   │   ├── index720.css
│   │   │           │   │   │   ├── index960.css
│   │   │           │   │   │   └── style.css
│   │   │           │   │   ├── images
│   │   │           │   │   │   ├── 32px.png
│   │   │           │   │   │   ├── backg1.png
│   │   │           │   │   │   ├── banner.png
│   │   │           │   │   │   ├── fticon01.png
│   │   │           │   │   │   ├── fticon02.png
│   │   │           │   │   │   ├── fticon03.png
│   │   │           │   │   │   ├── fticon04.png
│   │   │           │   │   │   ├── icon-ext.png
│   │   │           │   │   │   ├── icon.png
│   │   │           │   │   │   ├── loading-0.gif
│   │   │           │   │   │   ├── loading-1.gif
│   │   │           │   │   │   ├── loading-2.gif
│   │   │           │   │   │   ├── loading.gif
│   │   │           │   │   │   ├── logi01.png
│   │   │           │   │   │   ├── logi011.png
│   │   │           │   │   │   ├── logi02.png
│   │   │           │   │   │   ├── logi03.png
│   │   │           │   │   │   ├── logi04.png
│   │   │           │   │   │   ├── logi05.png
│   │   │           │   │   │   ├── logi06.png
│   │   │           │   │   │   ├── logi07.png
│   │   │           │   │   │   ├── top.png
│   │   │           │   │   │   ├── validator_default.png
│   │   │           │   │   │   └── validator_simple.png
│   │   │           │   │   ├── js
│   │   │           │   │   │   ├── aos.js
│   │   │           │   │   │   └── main.js
│   │   │           │   │   └── picture
│   │   │           │   │       ├── indi01.png
│   │   │           │   │       ├── indi02.png
│   │   │           │   │       ├── indi03.png
│   │   │           │   │       ├── indi04.png
│   │   │           │   │       ├── indpay1.jpg
│   │   │           │   │       ├── indpay2.jpg
│   │   │           │   │       ├── indpay3.jpg
│   │   │           │   │       ├── indpay4.jpg
│   │   │           │   │       ├── indpay5.jpg
│   │   │           │   │       ├── indpay6.jpg
│   │   │           │   │       ├── indpic01.png
│   │   │           │   │       ├── indpic02.png
│   │   │           │   │       ├── indpic03.png
│   │   │           │   │       ├── indpic04.png
│   │   │           │   │       ├── indpic05.png
│   │   │           │   │       ├── indpl01.png
│   │   │           │   │       ├── indpl02.png
│   │   │           │   │       ├── indpl03.png
│   │   │           │   │       ├── indpl04.png
│   │   │           │   │       ├── indpl05.png
│   │   │           │   │       ├── indpl06.png
│   │   │           │   │       ├── indpl07.png
│   │   │           │   │       └── indpl08.png
│   │   │           │   ├── index_5
│   │   │           │   │   ├── css
│   │   │           │   │   │   ├── animate.min.css
│   │   │           │   │   │   ├── bootstrap_1107.css
│   │   │           │   │   │   ├── common_1107.css
│   │   │           │   │   │   ├── idangerous.swiper2.7.6.css
│   │   │           │   │   │   ├── owl.carousel_1107.css
│   │   │           │   │   │   └── style.css
│   │   │           │   │   ├── images
│   │   │           │   │   │   ├── 002.png
│   │   │           │   │   │   ├── arrows.png
│   │   │           │   │   │   ├── aside.jpg
│   │   │           │   │   │   ├── b4.png
│   │   │           │   │   │   ├── banbg2.jpg
│   │   │           │   │   │   ├── bannerbg.jpg
│   │   │           │   │   │   ├── common_z.png
│   │   │           │   │   │   ├── contimg.png
│   │   │           │   │   │   ├── ggbg.jpg
│   │   │           │   │   │   ├── guangbg.jpg
│   │   │           │   │   │   ├── hxz.png
│   │   │           │   │   │   ├── icon-list.jpg
│   │   │           │   │   │   ├── item1-a-h.png
│   │   │           │   │   │   ├── item1.png
│   │   │           │   │   │   ├── item2-a-h.png
│   │   │           │   │   │   ├── item2.png
│   │   │           │   │   │   ├── item3-a-h.png
│   │   │           │   │   │   ├── item3.png
│   │   │           │   │   │   ├── item4-a-h.png
│   │   │           │   │   │   ├── item4.png
│   │   │           │   │   │   ├── item5-a-h.png
│   │   │           │   │   │   ├── item5.png
│   │   │           │   │   │   ├── item6-a-h.png
│   │   │           │   │   │   ├── item6.png
│   │   │           │   │   │   ├── item7-a-h.png
│   │   │           │   │   │   ├── item7.png
│   │   │           │   │   │   ├── item8-a-h.png
│   │   │           │   │   │   ├── item8.png
│   │   │           │   │   │   ├── item9-a-h.png
│   │   │           │   │   │   ├── item9.png
│   │   │           │   │   │   ├── ny_bg.png
│   │   │           │   │   │   ├── right-menu-icons.png
│   │   │           │   │   │   └── yx_0.jpg
│   │   │           │   │   ├── js
│   │   │           │   │   │   ├── idangerous.swiper2.7.6.min.js
│   │   │           │   │   │   ├── jquery.lazyload_1107.js
│   │   │           │   │   │   ├── jquery_1107.js
│   │   │           │   │   │   ├── my_js_1107.js
│   │   │           │   │   │   ├── owl.carousel_1107.js
│   │   │           │   │   │   ├── swiper.animate1.0.2.min.js
│   │   │           │   │   │   └── three.min.js
│   │   │           │   │   └── picture
│   │   │           │   │       ├── a1.png
│   │   │           │   │       ├── a2.png
│   │   │           │   │       ├── bs2.png
│   │   │           │   │       ├── bs3.png
│   │   │           │   │       ├── icon01.png
│   │   │           │   │       ├── icon02.png
│   │   │           │   │       ├── icon03.png
│   │   │           │   │       ├── icon04.png
│   │   │           │   │       ├── icon05.png
│   │   │           │   │       ├── icon06.png
│   │   │           │   │       ├── item1-a.png
│   │   │           │   │       ├── item2-a.png
│   │   │           │   │       ├── item3-a.png
│   │   │           │   │       ├── item4-a.png
│   │   │           │   │       ├── item5-a.png
│   │   │           │   │       ├── item6-a.png
│   │   │           │   │       ├── item7-a.png
│   │   │           │   │       ├── item8-a.png
│   │   │           │   │       ├── item9-a.png
│   │   │           │   │       ├── logo.png
│   │   │           │   │       ├── tes01.png
│   │   │           │   │       ├── tes02.png
│   │   │           │   │       ├── tes03.png
│   │   │           │   │       ├── tes04.png
│   │   │           │   │       ├── tes05.png
│   │   │           │   │       ├── tes06.png
│   │   │           │   │       ├── tsimg01.png
│   │   │           │   │       ├── tsimg02.png
│   │   │           │   │       ├── tsimg03.png
│   │   │           │   │       └── tsimg04.png
│   │   │           │   ├── index_6
│   │   │           │   │   ├── css
│   │   │           │   │   │   ├── app.min.css
│   │   │           │   │   │   └── nucleo.css
│   │   │           │   │   ├── fonts
│   │   │           │   │   │   ├── nucleo-icons.ttf
│   │   │           │   │   │   ├── nucleo-icons.woff
│   │   │           │   │   │   └── nucleo-icons.woff2
│   │   │           │   │   ├── images
│   │   │           │   │   │   ├── bg-admin.jpg
│   │   │           │   │   │   ├── bg-uaspay5.jpg
│   │   │           │   │   │   ├── img-1-1000x600.jpg
│   │   │           │   │   │   ├── landing-1.jpg
│   │   │           │   │   │   ├── landing-2.jpg
│   │   │           │   │   │   └── landing-3.jpg
│   │   │           │   │   └── js
│   │   │           │   │       ├── app.min.js
│   │   │           │   │       ├── bootstrap.bundle.min.js
│   │   │           │   │       ├── jquery-scrollLock.min.js
│   │   │           │   │       ├── jquery.lavalamp.min.js
│   │   │           │   │       ├── jquery.min.js
│   │   │           │   │       ├── jquery.scrollbar.min.js
│   │   │           │   │       └── js.cookie.js
│   │   │           │   ├── index_7
│   │   │           │   │   ├── css
│   │   │           │   │   │   ├── animate.min.css
│   │   │           │   │   │   ├── iconfont.css
│   │   │           │   │   │   ├── qietu.css
│   │   │           │   │   │   ├── responsive.css
│   │   │           │   │   │   └── style.css
│   │   │           │   │   ├── fonts
│   │   │           │   │   │   └── iconfont.ttf
│   │   │           │   │   ├── images
│   │   │           │   │   │   ├── banner-1.png
│   │   │           │   │   │   ├── banner.jpg
│   │   │           │   │   │   ├── img_01.png
│   │   │           │   │   │   ├── img_02.png
│   │   │           │   │   │   ├── img_03.png
│   │   │           │   │   │   ├── img_04.png
│   │   │           │   │   │   ├── img_05.png
│   │   │           │   │   │   ├── img_06.png
│   │   │           │   │   │   ├── img_07.png
│   │   │           │   │   │   ├── img_08.png
│   │   │           │   │   │   ├── img_09.png
│   │   │           │   │   │   ├── img_10.png
│   │   │           │   │   │   ├── img_11.png
│   │   │           │   │   │   ├── img_12.png
│   │   │           │   │   │   ├── img_13.png
│   │   │           │   │   │   ├── img_14.png
│   │   │           │   │   │   ├── img_15.png
│   │   │           │   │   │   ├── img_16.png
│   │   │           │   │   │   ├── img_17.png
│   │   │           │   │   │   ├── img_18.png
│   │   │           │   │   │   ├── img_19.png
│   │   │           │   │   │   ├── img_20.png
│   │   │           │   │   │   ├── img_21.png
│   │   │           │   │   │   ├── img_22.png
│   │   │           │   │   │   ├── img_23.png
│   │   │           │   │   │   ├── img_25.png
│   │   │           │   │   │   ├── logo.png
│   │   │           │   │   │   ├── slider_1.png
│   │   │           │   │   │   ├── slider_10.png
│   │   │           │   │   │   ├── slider_11.png
│   │   │           │   │   │   ├── slider_12.png
│   │   │           │   │   │   ├── slider_13.png
│   │   │           │   │   │   ├── slider_14.png
│   │   │           │   │   │   ├── slider_15.png
│   │   │           │   │   │   ├── slider_2.png
│   │   │           │   │   │   ├── slider_3.png
│   │   │           │   │   │   ├── slider_4.png
│   │   │           │   │   │   ├── slider_5.png
│   │   │           │   │   │   ├── slider_6.png
│   │   │           │   │   │   ├── slider_7.png
│   │   │           │   │   │   ├── slider_8.png
│   │   │           │   │   │   └── slider_9.png
│   │   │           │   │   └── js
│   │   │           │   │       ├── jquery.glide.js
│   │   │           │   │       ├── script.js
│   │   │           │   │       └── wow.min.js
│   │   │           │   ├── index_8
│   │   │           │   │   ├── css
│   │   │           │   │   │   ├── style-responsive.min.css
│   │   │           │   │   │   ├── style.min.css
│   │   │           │   │   │   └── theme
│   │   │           │   │   │       ├── blue.css
│   │   │           │   │   │       ├── default.css
│   │   │           │   │   │       ├── orange.css
│   │   │           │   │   │       ├── purple.css
│   │   │           │   │   │       └── red.css
│   │   │           │   │   ├── img
│   │   │           │   │   │   ├── home-bg.jpg
│   │   │           │   │   │   └── milestone-bg.jpg
│   │   │           │   │   └── js
│   │   │           │   │       └── apps.min.js
│   │   │           │   └── index_9
│   │   │           │       ├── css
│   │   │           │       │   ├── animations.min.css
│   │   │           │       │   ├── owl.carousel.min.css
│   │   │           │       │   ├── responsive.css
│   │   │           │       │   └── style.css
│   │   │           │       ├── js
│   │   │           │       │   ├── main.js
│   │   │           │       │   └── owl.carousel.min.js
│   │   │           │       └── picture
│   │   │           │           ├── aliyun.png
│   │   │           │           ├── bg-test.png
│   │   │           │           ├── logo.png
│   │   │           │           ├── optimised.svg
│   │   │           │           ├── powerfull.svg
│   │   │           │           ├── qqpay.png
│   │   │           │           ├── right.png
│   │   │           │           ├── tenpay.png
│   │   │           │           ├── website.svg
│   │   │           │           └── wxpay.png
│   │   │           ├── uploads
│   │   │           │   ├── bibi_dc.jpg
│   │   │           │   ├── doyu_yc.jpg
│   │   │           │   ├── dy_db.jpg
│   │   │           │   ├── hy_jd.jpg
│   │   │           │   ├── ks_kb.jpg
│   │   │           │   ├── logo.png
│   │   │           │   ├── lz_lb.jpg
│   │   │           │   ├── mq_grew.jpg
│   │   │           │   ├── mq_qq.jpg
│   │   │           │   ├── mq_vx.jpg
│   │   │           │   ├── xg_zs.jpg
│   │   │           │   ├── yy_zb.jpg
│   │   │           │   └── zfb_dmf.jpg
│   │   │           ├── 默认-DEMO文档-PHP.zip
│   │   │           └── 易支付-DEMO文档-PHP.zip
│   │   ├── submit.php
│   │   ├── 更多源码.bat
│   │   └── 企业猫源码网.html
│   ├── route
│   │   └── route.php
│   ├── runtime
│   │   ├── cache
│   │   ├── log
│   │   ├── temp
│   │   └── 安 装 教 程
│   │       └── 安装教程.docx
│   ├── thinkphp
│   │   ├── 404.html
│   │   ├── base.php
│   │   ├── composer.json
│   │   ├── convention.php
│   │   ├── helper.php
│   │   ├── lang
│   │   │   └── zh-cn.php
│   │   ├── library
│   │   │   ├── think
│   │   │   │   ├── App.php
│   │   │   │   ├── Build.php
│   │   │   │   ├── Cache.php
│   │   │   │   ├── Collection.php
│   │   │   │   ├── Config.php
│   │   │   │   ├── Console.php
│   │   │   │   ├── Container.php
│   │   │   │   ├── Controller.php
│   │   │   │   ├── Cookie.php
│   │   │   │   ├── Db.php
│   │   │   │   ├── Debug.php
│   │   │   │   ├── Env.php
│   │   │   │   ├── Error.php
│   │   │   │   ├── Exception.php
│   │   │   │   ├── Facade.php
│   │   │   │   ├── File.php
│   │   │   │   ├── Hook.php
│   │   │   │   ├── Lang.php
│   │   │   │   ├── Loader.php
│   │   │   │   ├── Log.php
│   │   │   │   ├── Middleware.php
│   │   │   │   ├── Model.php
│   │   │   │   ├── Paginator.php
│   │   │   │   ├── Process.php
│   │   │   │   ├── Request.php
│   │   │   │   ├── Response.php
│   │   │   │   ├── Route.php
│   │   │   │   ├── Session.php
│   │   │   │   ├── Template.php
│   │   │   │   ├── Url.php
│   │   │   │   ├── Validate.php
│   │   │   │   ├── View.php
│   │   │   │   ├── cache
│   │   │   │   │   ├── Driver.php
│   │   │   │   │   └── driver
│   │   │   │   │       ├── File.php
│   │   │   │   │       ├── Lite.php
│   │   │   │   │       ├── Memcache.php
│   │   │   │   │       ├── Memcached.php
│   │   │   │   │       ├── Redis.php
│   │   │   │   │       ├── Sqlite.php
│   │   │   │   │       ├── Wincache.php
│   │   │   │   │       └── Xcache.php
│   │   │   │   ├── config
│   │   │   │   │   └── driver
│   │   │   │   │       ├── Ini.php
│   │   │   │   │       ├── Json.php
│   │   │   │   │       └── Xml.php
│   │   │   │   ├── console
│   │   │   │   │   ├── Command.php
│   │   │   │   │   ├── Input.php
│   │   │   │   │   ├── LICENSE
│   │   │   │   │   ├── Output.php
│   │   │   │   │   ├── Table.php
│   │   │   │   │   ├── bin
│   │   │   │   │   │   ├── README.md
│   │   │   │   │   │   └── hiddeninput.exe
│   │   │   │   │   ├── command
│   │   │   │   │   │   ├── Build.php
│   │   │   │   │   │   ├── Clear.php
│   │   │   │   │   │   ├── Help.php
│   │   │   │   │   │   ├── Lists.php
│   │   │   │   │   │   ├── Make.php
│   │   │   │   │   │   ├── RouteList.php
│   │   │   │   │   │   ├── RunServer.php
│   │   │   │   │   │   ├── Version.php
│   │   │   │   │   │   ├── make
│   │   │   │   │   │   │   ├── Command.php
│   │   │   │   │   │   │   ├── Controller.php
│   │   │   │   │   │   │   ├── Middleware.php
│   │   │   │   │   │   │   ├── Model.php
│   │   │   │   │   │   │   ├── Validate.php
│   │   │   │   │   │   │   └── stubs
│   │   │   │   │   │   │       ├── command.stub
│   │   │   │   │   │   │       ├── controller.api.stub
│   │   │   │   │   │   │       ├── controller.plain.stub
│   │   │   │   │   │   │       ├── controller.stub
│   │   │   │   │   │   │       ├── middleware.stub
│   │   │   │   │   │   │       ├── model.stub
│   │   │   │   │   │   │       └── validate.stub
│   │   │   │   │   │   └── optimize
│   │   │   │   │   │       ├── Autoload.php
│   │   │   │   │   │       ├── Config.php
│   │   │   │   │   │       ├── Route.php
│   │   │   │   │   │       └── Schema.php
│   │   │   │   │   ├── input
│   │   │   │   │   │   ├── Argument.php
│   │   │   │   │   │   ├── Definition.php
│   │   │   │   │   │   └── Option.php
│   │   │   │   │   └── output
│   │   │   │   │       ├── Ask.php
│   │   │   │   │       ├── Descriptor.php
│   │   │   │   │       ├── Formatter.php
│   │   │   │   │       ├── Question.php
│   │   │   │   │       ├── descriptor
│   │   │   │   │       │   └── Console.php
│   │   │   │   │       ├── driver
│   │   │   │   │       │   ├── Buffer.php
│   │   │   │   │       │   ├── Console.php
│   │   │   │   │       │   └── Nothing.php
│   │   │   │   │       ├── formatter
│   │   │   │   │       │   ├── Stack.php
│   │   │   │   │       │   └── Style.php
│   │   │   │   │       └── question
│   │   │   │   │           ├── Choice.php
│   │   │   │   │           └── Confirmation.php
│   │   │   │   ├── db
│   │   │   │   │   ├── Builder.php
│   │   │   │   │   ├── Connection.php
│   │   │   │   │   ├── Expression.php
│   │   │   │   │   ├── Query.php
│   │   │   │   │   ├── Where.php
│   │   │   │   │   ├── builder
│   │   │   │   │   │   ├── Mysql.php
│   │   │   │   │   │   ├── Pgsql.php
│   │   │   │   │   │   ├── Sqlite.php
│   │   │   │   │   │   └── Sqlsrv.php
│   │   │   │   │   ├── connector
│   │   │   │   │   │   ├── Mysql.php
│   │   │   │   │   │   ├── Pgsql.php
│   │   │   │   │   │   ├── Sqlite.php
│   │   │   │   │   │   ├── Sqlsrv.php
│   │   │   │   │   │   └── pgsql.sql
│   │   │   │   │   └── exception
│   │   │   │   │       ├── BindParamException.php
│   │   │   │   │       ├── DataNotFoundException.php
│   │   │   │   │       └── ModelNotFoundException.php
│   │   │   │   ├── debug
│   │   │   │   │   ├── Console.php
│   │   │   │   │   └── Html.php
│   │   │   │   ├── exception
│   │   │   │   │   ├── ClassNotFoundException.php
│   │   │   │   │   ├── DbException.php
│   │   │   │   │   ├── ErrorException.php
│   │   │   │   │   ├── Handle.php
│   │   │   │   │   ├── HttpException.php
│   │   │   │   │   ├── HttpResponseException.php
│   │   │   │   │   ├── PDOException.php
│   │   │   │   │   ├── RouteNotFoundException.php
│   │   │   │   │   ├── TemplateNotFoundException.php
│   │   │   │   │   ├── ThrowableError.php
│   │   │   │   │   └── ValidateException.php
│   │   │   │   ├── facade
│   │   │   │   │   ├── App.php
│   │   │   │   │   ├── Build.php
│   │   │   │   │   ├── Cache.php
│   │   │   │   │   ├── Config.php
│   │   │   │   │   ├── Cookie.php
│   │   │   │   │   ├── Debug.php
│   │   │   │   │   ├── Env.php
│   │   │   │   │   ├── Hook.php
│   │   │   │   │   ├── Lang.php
│   │   │   │   │   ├── Log.php
│   │   │   │   │   ├── Middleware.php
│   │   │   │   │   ├── Request.php
│   │   │   │   │   ├── Response.php
│   │   │   │   │   ├── Route.php
│   │   │   │   │   ├── Session.php
│   │   │   │   │   ├── Template.php
│   │   │   │   │   ├── Url.php
│   │   │   │   │   ├── Validate.php
│   │   │   │   │   └── View.php
│   │   │   │   ├── log
│   │   │   │   │   └── driver
│   │   │   │   │       ├── File.php
│   │   │   │   │       └── Socket.php
│   │   │   │   ├── model
│   │   │   │   │   ├── Collection.php
│   │   │   │   │   ├── Pivot.php
│   │   │   │   │   ├── Relation.php
│   │   │   │   │   ├── concern
│   │   │   │   │   │   ├── Attribute.php
│   │   │   │   │   │   ├── Conversion.php
│   │   │   │   │   │   ├── ModelEvent.php
│   │   │   │   │   │   ├── RelationShip.php
│   │   │   │   │   │   ├── SoftDelete.php
│   │   │   │   │   │   └── TimeStamp.php
│   │   │   │   │   └── relation
│   │   │   │   │       ├── BelongsTo.php
│   │   │   │   │       ├── BelongsToMany.php
│   │   │   │   │       ├── HasMany.php
│   │   │   │   │       ├── HasManyThrough.php
│   │   │   │   │       ├── HasOne.php
│   │   │   │   │       ├── MorphMany.php
│   │   │   │   │       ├── MorphOne.php
│   │   │   │   │       ├── MorphTo.php
│   │   │   │   │       └── OneToOne.php
│   │   │   │   ├── paginator
│   │   │   │   │   └── driver
│   │   │   │   │       └── Bootstrap.php
│   │   │   │   ├── process
│   │   │   │   │   ├── Builder.php
│   │   │   │   │   ├── Utils.php
│   │   │   │   │   ├── exception
│   │   │   │   │   │   ├── Faild.php
│   │   │   │   │   │   ├── Failed.php
│   │   │   │   │   │   └── Timeout.php
│   │   │   │   │   └── pipes
│   │   │   │   │       ├── Pipes.php
│   │   │   │   │       ├── Unix.php
│   │   │   │   │       └── Windows.php
│   │   │   │   ├── response
│   │   │   │   │   ├── Download.php
│   │   │   │   │   ├── Json.php
│   │   │   │   │   ├── Jsonp.php
│   │   │   │   │   ├── Jump.php
│   │   │   │   │   ├── Redirect.php
│   │   │   │   │   ├── View.php
│   │   │   │   │   └── Xml.php
│   │   │   │   ├── route
│   │   │   │   │   ├── AliasRule.php
│   │   │   │   │   ├── Dispatch.php
│   │   │   │   │   ├── Domain.php
│   │   │   │   │   ├── Resource.php
│   │   │   │   │   ├── Rule.php
│   │   │   │   │   ├── RuleGroup.php
│   │   │   │   │   ├── RuleItem.php
│   │   │   │   │   ├── RuleName.php
│   │   │   │   │   └── dispatch
│   │   │   │   │       ├── Callback.php
│   │   │   │   │       ├── Controller.php
│   │   │   │   │       ├── Module.php
│   │   │   │   │       ├── Redirect.php
│   │   │   │   │       ├── Response.php
│   │   │   │   │       ├── Url.php
│   │   │   │   │       └── View.php
│   │   │   │   ├── session
│   │   │   │   │   └── driver
│   │   │   │   │       ├── Memcache.php
│   │   │   │   │       ├── Memcached.php
│   │   │   │   │       └── Redis.php
│   │   │   │   ├── template
│   │   │   │   │   ├── TagLib.php
│   │   │   │   │   ├── driver
│   │   │   │   │   │   └── File.php
│   │   │   │   │   └── taglib
│   │   │   │   │       └── Cx.php
│   │   │   │   ├── validate
│   │   │   │   │   └── ValidateRule.php
│   │   │   │   └── view
│   │   │   │       └── driver
│   │   │   │           ├── Php.php
│   │   │   │           └── Think.php
│   │   │   └── traits
│   │   │       └── controller
│   │   │           └── Jump.php
│   │   ├── logo.png
│   │   ├── phpunit.xml.dist
│   │   ├── preview.png
│   │   ├── tpl
│   │   │   ├── default_index.tpl
│   │   │   ├── dispatch_jump.tpl
│   │   │   ├── page_trace.tpl
│   │   │   └── think_exception.tpl
│   │   ├── 安 装 教 程
│   │   │   └── 安装教程.docx
│   │   ├── 更多源码.bat
│   │   └── 企业猫源码网.html
│   ├── vendor
│   │   ├── autoload.php
│   │   ├── bacon
│   │   │   └── bacon-qr-code
│   │   │       ├── LICENSE
│   │   │       ├── Module.php
│   │   │       ├── README.md
│   │   │       ├── autoload_classmap.php
│   │   │       ├── autoload_function.php
│   │   │       ├── autoload_register.php
│   │   │       ├── composer.json
│   │   │       ├── src
│   │   │       │   └── BaconQrCode
│   │   │       │       ├── Common
│   │   │       │       │   ├── AbstractEnum.php
│   │   │       │       │   ├── BitArray.php
│   │   │       │       │   ├── BitMatrix.php
│   │   │       │       │   ├── BitUtils.php
│   │   │       │       │   ├── CharacterSetEci.php
│   │   │       │       │   ├── EcBlock.php
│   │   │       │       │   ├── EcBlocks.php
│   │   │       │       │   ├── ErrorCorrectionLevel.php
│   │   │       │       │   ├── FormatInformation.php
│   │   │       │       │   ├── Mode.php
│   │   │       │       │   ├── ReedSolomonCodec.php
│   │   │       │       │   └── Version.php
│   │   │       │       ├── Encoder
│   │   │       │       │   ├── BlockPair.php
│   │   │       │       │   ├── ByteMatrix.php
│   │   │       │       │   ├── Encoder.php
│   │   │       │       │   ├── MaskUtil.php
│   │   │       │       │   ├── MatrixUtil.php
│   │   │       │       │   └── QrCode.php
│   │   │       │       ├── Exception
│   │   │       │       │   ├── ExceptionInterface.php
│   │   │       │       │   ├── InvalidArgumentException.php
│   │   │       │       │   ├── OutOfBoundsException.php
│   │   │       │       │   ├── RuntimeException.php
│   │   │       │       │   ├── UnexpectedValueException.php
│   │   │       │       │   └── WriterException.php
│   │   │       │       ├── Renderer
│   │   │       │       │   ├── Color
│   │   │       │       │   │   ├── Cmyk.php
│   │   │       │       │   │   ├── ColorInterface.php
│   │   │       │       │   │   ├── Gray.php
│   │   │       │       │   │   └── Rgb.php
│   │   │       │       │   ├── Image
│   │   │       │       │   │   ├── AbstractRenderer.php
│   │   │       │       │   │   ├── Decorator
│   │   │       │       │   │   │   ├── DecoratorInterface.php
│   │   │       │       │   │   │   └── FinderPattern.php
│   │   │       │       │   │   ├── Eps.php
│   │   │       │       │   │   ├── Png.php
│   │   │       │       │   │   ├── RendererInterface.php
│   │   │       │       │   │   └── Svg.php
│   │   │       │       │   ├── RendererInterface.php
│   │   │       │       │   └── Text
│   │   │       │       │       ├── Html.php
│   │   │       │       │       └── Plain.php
│   │   │       │       └── Writer.php
│   │   │       └── tests
│   │   │           ├── BaconQrCode
│   │   │           │   ├── Common
│   │   │           │   │   ├── BitArrayTest.php
│   │   │           │   │   ├── BitMatrixTest.php
│   │   │           │   │   ├── BitUtilsTest.php
│   │   │           │   │   ├── ErrorCorrectionLevelTest.php
│   │   │           │   │   ├── FormatInformationTest.php
│   │   │           │   │   ├── ModeTest.php
│   │   │           │   │   ├── ReedSolomonCodecTest.php
│   │   │           │   │   └── VersionTest.php
│   │   │           │   ├── Encoder
│   │   │           │   │   ├── EncoderTest.php
│   │   │           │   │   ├── MaskUtilTest.php
│   │   │           │   │   └── MatrixUtilTest.php
│   │   │           │   └── Renderer
│   │   │           │       └── Text
│   │   │           │           ├── HtmlTest.php
│   │   │           │           └── TextTest.php
│   │   │           ├── bootstrap.php
│   │   │           └── phpunit.xml
│   │   ├── bin
│   │   ├── 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
│   │   ├── endroid
│   │   │   └── qrcode
│   │   │       ├── LICENSE
│   │   │       ├── README.md
│   │   │       ├── assets
│   │   │       │   ├── noto_sans.otf
│   │   │       │   ├── open_sans.ttf
│   │   │       │   └── symfony.png
│   │   │       ├── composer.json
│   │   │       ├── phpunit.xml.dist
│   │   │       ├── src
│   │   │       │   ├── Bundle
│   │   │       │   │   └── QrCodeBundle
│   │   │       │   │       ├── Controller
│   │   │       │   │       │   └── QrCodeController.php
│   │   │       │   │       ├── DependencyInjection
│   │   │       │   │       │   ├── Compiler
│   │   │       │   │       │   │   └── WriterRegistryCompilerPass.php
│   │   │       │   │       │   ├── Configuration.php
│   │   │       │   │       │   └── EndroidQrCodeExtension.php
│   │   │       │   │       ├── EndroidQrCodeBundle.php
│   │   │       │   │       └── Resources
│   │   │       │   │           ├── config
│   │   │       │   │           │   ├── routing.yml
│   │   │       │   │           │   └── services.yml
│   │   │       │   │           └── views
│   │   │       │   │               └── QrCode
│   │   │       │   │                   └── twigFunctions.html.twig
│   │   │       │   ├── ErrorCorrectionLevel.php
│   │   │       │   ├── Exception
│   │   │       │   │   ├── InvalidPathException.php
│   │   │       │   │   ├── InvalidWriterException.php
│   │   │       │   │   ├── MissingFunctionException.php
│   │   │       │   │   ├── QrCodeException.php
│   │   │       │   │   ├── UnsupportedExtensionException.php
│   │   │       │   │   └── ValidationException.php
│   │   │       │   ├── Factory
│   │   │       │   │   └── QrCodeFactory.php
│   │   │       │   ├── LabelAlignment.php
│   │   │       │   ├── QrCode.php
│   │   │       │   ├── QrCodeInterface.php
│   │   │       │   ├── StaticWriterRegistry.php
│   │   │       │   ├── Twig
│   │   │       │   │   └── Extension
│   │   │       │   │       └── QrCodeExtension.php
│   │   │       │   ├── Writer
│   │   │       │   │   ├── AbstractBaconWriter.php
│   │   │       │   │   ├── AbstractWriter.php
│   │   │       │   │   ├── BinaryWriter.php
│   │   │       │   │   ├── DebugWriter.php
│   │   │       │   │   ├── EpsWriter.php
│   │   │       │   │   ├── PngWriter.php
│   │   │       │   │   ├── SvgWriter.php
│   │   │       │   │   └── WriterInterface.php
│   │   │       │   ├── WriterRegistry.php
│   │   │       │   └── WriterRegistryInterface.php
│   │   │       └── tests
│   │   │           ├── Bundle
│   │   │           │   ├── Controller
│   │   │           │   │   └── QrCodeControllerTest.php
│   │   │           │   ├── EndroidQrCodeBundleTest.php
│   │   │           │   └── app
│   │   │           │       ├── AppKernel.php
│   │   │           │       ├── bootstrap.php
│   │   │           │       └── config
│   │   │           │           ├── config.yml
│   │   │           │           └── routing.yml
│   │   │           └── QrCodeTest.php
│   │   ├── khanamiryan
│   │   │   └── qrcode-detector-decoder
│   │   │       ├── README.md
│   │   │       ├── composer.json
│   │   │       ├── lib
│   │   │       │   ├── Binarizer.php
│   │   │       │   ├── BinaryBitmap.php
│   │   │       │   ├── ChecksumException.php
│   │   │       │   ├── FormatException.php
│   │   │       │   ├── GDLuminanceSource.php
│   │   │       │   ├── IMagickLuminanceSource.php
│   │   │       │   ├── LuminanceSource.php
│   │   │       │   ├── NotFoundException.php
│   │   │       │   ├── PlanarYUVLuminanceSource.php
│   │   │       │   ├── QrReader.php
│   │   │       │   ├── RGBLuminanceSource.php
│   │   │       │   ├── Reader.php
│   │   │       │   ├── ReaderException.php
│   │   │       │   ├── Result.php
│   │   │       │   ├── ResultPoint.php
│   │   │       │   ├── common
│   │   │       │   │   ├── AbstractEnum.php
│   │   │       │   │   ├── BitArray.php
│   │   │       │   │   ├── BitMatrix.php
│   │   │       │   │   ├── BitSource.php
│   │   │       │   │   ├── CharacterSetEci.php
│   │   │       │   │   ├── DecoderResult.php
│   │   │       │   │   ├── DefaultGridSampler.php
│   │   │       │   │   ├── DetectorResult.php
│   │   │       │   │   ├── GlobalHistogramBinarizer.php
│   │   │       │   │   ├── GridSampler.php
│   │   │       │   │   ├── HybridBinarizer.php
│   │   │       │   │   ├── PerspectiveTransform.php
│   │   │       │   │   ├── customFunctions.php
│   │   │       │   │   ├── detector
│   │   │       │   │   │   ├── MathUtils.php
│   │   │       │   │   │   └── MonochromeRectangleDetector.php
│   │   │       │   │   └── reedsolomon
│   │   │       │   │       ├── GenericGF.php
│   │   │       │   │       ├── GenericGFPoly.php
│   │   │       │   │       ├── ReedSolomonDecoder.php
│   │   │       │   │       └── ReedSolomonException.php
│   │   │       │   └── qrcode
│   │   │       │       ├── QRCodeReader.php
│   │   │       │       ├── decoder
│   │   │       │       │   ├── BitMatrixParser.php
│   │   │       │       │   ├── DataBlock.php
│   │   │       │       │   ├── DataMask.php
│   │   │       │       │   ├── DecodedBitStreamParser.php
│   │   │       │       │   ├── Decoder.php
│   │   │       │       │   ├── ErrorCorrectionLevel.php
│   │   │       │       │   ├── FormatInformation.php
│   │   │       │       │   ├── Mode.php
│   │   │       │       │   └── Version.php
│   │   │       │       └── detector
│   │   │       │           ├── AlignmentPattern.php
│   │   │       │           ├── AlignmentPatternFinder.php
│   │   │       │           ├── Detector.php
│   │   │       │           ├── FinderPattern.php
│   │   │       │           ├── FinderPatternFinder.php
│   │   │       │           └── FinderPatternInfo.php
│   │   │       ├── phpunit.xml.dist
│   │   │       └── tests
│   │   │           ├── QrReaderTest.php
│   │   │           ├── bootstrap.php
│   │   │           └── qrcodes
│   │   │               └── hello_world.png
│   │   ├── myclabs
│   │   │   └── php-enum
│   │   │       ├── LICENSE
│   │   │       ├── README.md
│   │   │       ├── composer.json
│   │   │       └── src
│   │   │           └── Enum.php
│   │   ├── symfony
│   │   │   ├── options-resolver
│   │   │   │   ├── CHANGELOG.md
│   │   │   │   ├── Exception
│   │   │   │   │   ├── AccessException.php
│   │   │   │   │   ├── ExceptionInterface.php
│   │   │   │   │   ├── InvalidArgumentException.php
│   │   │   │   │   ├── InvalidOptionsException.php
│   │   │   │   │   ├── MissingOptionsException.php
│   │   │   │   │   ├── NoSuchOptionException.php
│   │   │   │   │   ├── OptionDefinitionException.php
│   │   │   │   │   └── UndefinedOptionsException.php
│   │   │   │   ├── LICENSE
│   │   │   │   ├── Options.php
│   │   │   │   ├── OptionsResolver.php
│   │   │   │   ├── OptionsResolverInterface.php
│   │   │   │   ├── README.md
│   │   │   │   ├── Tests
│   │   │   │   │   ├── LegacyOptionsResolverTest.php
│   │   │   │   │   ├── LegacyOptionsTest.php
│   │   │   │   │   └── OptionsResolver2Dot6Test.php
│   │   │   │   ├── composer.json
│   │   │   │   └── phpunit.xml.dist
│   │   │   ├── polyfill-ctype
│   │   │   │   ├── Ctype.php
│   │   │   │   ├── LICENSE
│   │   │   │   ├── README.md
│   │   │   │   ├── bootstrap.php
│   │   │   │   └── composer.json
│   │   │   └── property-access
│   │   │       ├── CHANGELOG.md
│   │   │       ├── Exception
│   │   │       │   ├── AccessException.php
│   │   │       │   ├── ExceptionInterface.php
│   │   │       │   ├── InvalidArgumentException.php
│   │   │       │   ├── InvalidPropertyPathException.php
│   │   │       │   ├── NoSuchIndexException.php
│   │   │       │   ├── NoSuchPropertyException.php
│   │   │       │   ├── OutOfBoundsException.php
│   │   │       │   ├── RuntimeException.php
│   │   │       │   └── UnexpectedTypeException.php
│   │   │       ├── LICENSE
│   │   │       ├── PropertyAccess.php
│   │   │       ├── PropertyAccessor.php
│   │   │       ├── PropertyAccessorBuilder.php
│   │   │       ├── PropertyAccessorInterface.php
│   │   │       ├── PropertyPath.php
│   │   │       ├── PropertyPathBuilder.php
│   │   │       ├── PropertyPathInterface.php
│   │   │       ├── PropertyPathIterator.php
│   │   │       ├── PropertyPathIteratorInterface.php
│   │   │       ├── README.md
│   │   │       ├── StringUtil.php
│   │   │       ├── Tests
│   │   │       │   ├── Fixtures
│   │   │       │   │   ├── NonTraversableArrayObject.php
│   │   │       │   │   ├── ReturnTyped.php
│   │   │       │   │   ├── TestClass.php
│   │   │       │   │   ├── TestClassIsWritable.php
│   │   │       │   │   ├── TestClassMagicCall.php
│   │   │       │   │   ├── TestClassMagicGet.php
│   │   │       │   │   ├── TestClassSetValue.php
│   │   │       │   │   ├── Ticket5775Object.php
│   │   │       │   │   ├── TraversableArrayObject.php
│   │   │       │   │   └── TypeHinted.php
│   │   │       │   ├── PropertyAccessorArrayAccessTest.php
│   │   │       │   ├── PropertyAccessorArrayObjectTest.php
│   │   │       │   ├── PropertyAccessorArrayTest.php
│   │   │       │   ├── PropertyAccessorBuilderTest.php
│   │   │       │   ├── PropertyAccessorCollectionTest.php
│   │   │       │   ├── PropertyAccessorNonTraversableArrayObjectTest.php
│   │   │       │   ├── PropertyAccessorTest.php
│   │   │       │   ├── PropertyAccessorTraversableArrayObjectTest.php
│   │   │       │   ├── PropertyPathBuilderTest.php
│   │   │       │   ├── PropertyPathTest.php
│   │   │       │   └── StringUtilTest.php
│   │   │       ├── composer.json
│   │   │       └── phpunit.xml.dist
│   │   └── topthink
│   │       ├── framework
│   │       │   ├── CONTRIBUTING.md
│   │       │   ├── LICENSE.txt
│   │       │   ├── README.md
│   │       │   ├── base.php
│   │       │   ├── composer.json
│   │       │   ├── convention.php
│   │       │   ├── helper.php
│   │       │   ├── lang
│   │       │   │   └── zh-cn.php
│   │       │   ├── library
│   │       │   │   ├── think
│   │       │   │   │   ├── App.php
│   │       │   │   │   ├── Build.php
│   │       │   │   │   ├── Cache.php
│   │       │   │   │   ├── Collection.php
│   │       │   │   │   ├── Config.php
│   │       │   │   │   ├── Console.php
│   │       │   │   │   ├── Container.php
│   │       │   │   │   ├── Controller.php
│   │       │   │   │   ├── Cookie.php
│   │       │   │   │   ├── Db.php
│   │       │   │   │   ├── Debug.php
│   │       │   │   │   ├── Env.php
│   │       │   │   │   ├── Error.php
│   │       │   │   │   ├── Exception.php
│   │       │   │   │   ├── Facade.php
│   │       │   │   │   ├── File.php
│   │       │   │   │   ├── Hook.php
│   │       │   │   │   ├── Lang.php
│   │       │   │   │   ├── Loader.php
│   │       │   │   │   ├── Log.php
│   │       │   │   │   ├── Middleware.php
│   │       │   │   │   ├── Model.php
│   │       │   │   │   ├── Paginator.php
│   │       │   │   │   ├── Process.php
│   │       │   │   │   ├── Request.php
│   │       │   │   │   ├── Response.php
│   │       │   │   │   ├── Route.php
│   │       │   │   │   ├── Session.php
│   │       │   │   │   ├── Template.php
│   │       │   │   │   ├── Url.php
│   │       │   │   │   ├── Validate.php
│   │       │   │   │   ├── View.php
│   │       │   │   │   ├── cache
│   │       │   │   │   │   ├── Driver.php
│   │       │   │   │   │   └── driver
│   │       │   │   │   │       ├── File.php
│   │       │   │   │   │       ├── Lite.php
│   │       │   │   │   │       ├── Memcache.php
│   │       │   │   │   │       ├── Memcached.php
│   │       │   │   │   │       ├── Redis.php
│   │       │   │   │   │       ├── Sqlite.php
│   │       │   │   │   │       ├── Wincache.php
│   │       │   │   │   │       └── Xcache.php
│   │       │   │   │   ├── config
│   │       │   │   │   │   └── driver
│   │       │   │   │   │       ├── Ini.php
│   │       │   │   │   │       ├── Json.php
│   │       │   │   │   │       └── Xml.php
│   │       │   │   │   ├── console
│   │       │   │   │   │   ├── Command.php
│   │       │   │   │   │   ├── Input.php
│   │       │   │   │   │   ├── LICENSE
│   │       │   │   │   │   ├── Output.php
│   │       │   │   │   │   ├── Table.php
│   │       │   │   │   │   ├── bin
│   │       │   │   │   │   │   ├── README.md
│   │       │   │   │   │   │   └── hiddeninput.exe
│   │       │   │   │   │   ├── command
│   │       │   │   │   │   │   ├── Build.php
│   │       │   │   │   │   │   ├── Clear.php
│   │       │   │   │   │   │   ├── Help.php
│   │       │   │   │   │   │   ├── Lists.php
│   │       │   │   │   │   │   ├── Make.php
│   │       │   │   │   │   │   ├── RouteList.php
│   │       │   │   │   │   │   ├── RunServer.php
│   │       │   │   │   │   │   ├── Version.php
│   │       │   │   │   │   │   ├── make
│   │       │   │   │   │   │   │   ├── Command.php
│   │       │   │   │   │   │   │   ├── Controller.php
│   │       │   │   │   │   │   │   ├── Middleware.php
│   │       │   │   │   │   │   │   ├── Model.php
│   │       │   │   │   │   │   │   ├── Validate.php
│   │       │   │   │   │   │   │   └── stubs
│   │       │   │   │   │   │   │       ├── command.stub
│   │       │   │   │   │   │   │       ├── controller.api.stub
│   │       │   │   │   │   │   │       ├── controller.plain.stub
│   │       │   │   │   │   │   │       ├── controller.stub
│   │       │   │   │   │   │   │       ├── middleware.stub
│   │       │   │   │   │   │   │       ├── model.stub
│   │       │   │   │   │   │   │       └── validate.stub
│   │       │   │   │   │   │   └── optimize
│   │       │   │   │   │   │       ├── Autoload.php
│   │       │   │   │   │   │       ├── Config.php
│   │       │   │   │   │   │       ├── Route.php
│   │       │   │   │   │   │       └── Schema.php
│   │       │   │   │   │   ├── input
│   │       │   │   │   │   │   ├── Argument.php
│   │       │   │   │   │   │   ├── Definition.php
│   │       │   │   │   │   │   └── Option.php
│   │       │   │   │   │   └── output
│   │       │   │   │   │       ├── Ask.php
│   │       │   │   │   │       ├── Descriptor.php
│   │       │   │   │   │       ├── Formatter.php
│   │       │   │   │   │       ├── Question.php
│   │       │   │   │   │       ├── descriptor
│   │       │   │   │   │       │   └── Console.php
│   │       │   │   │   │       ├── driver
│   │       │   │   │   │       │   ├── Buffer.php
│   │       │   │   │   │       │   ├── Console.php
│   │       │   │   │   │       │   └── Nothing.php
│   │       │   │   │   │       ├── formatter
│   │       │   │   │   │       │   ├── Stack.php
│   │       │   │   │   │       │   └── Style.php
│   │       │   │   │   │       └── question
│   │       │   │   │   │           ├── Choice.php
│   │       │   │   │   │           └── Confirmation.php
│   │       │   │   │   ├── db
│   │       │   │   │   │   ├── Builder.php
│   │       │   │   │   │   ├── Connection.php
│   │       │   │   │   │   ├── Expression.php
│   │       │   │   │   │   ├── Query.php
│   │       │   │   │   │   ├── Where.php
│   │       │   │   │   │   ├── builder
│   │       │   │   │   │   │   ├── Mysql.php
│   │       │   │   │   │   │   ├── Pgsql.php
│   │       │   │   │   │   │   ├── Sqlite.php
│   │       │   │   │   │   │   └── Sqlsrv.php
│   │       │   │   │   │   ├── connector
│   │       │   │   │   │   │   ├── Mysql.php
│   │       │   │   │   │   │   ├── Pgsql.php
│   │       │   │   │   │   │   ├── Sqlite.php
│   │       │   │   │   │   │   ├── Sqlsrv.php
│   │       │   │   │   │   │   └── pgsql.sql
│   │       │   │   │   │   └── exception
│   │       │   │   │   │       ├── BindParamException.php
│   │       │   │   │   │       ├── DataNotFoundException.php
│   │       │   │   │   │       └── ModelNotFoundException.php
│   │       │   │   │   ├── debug
│   │       │   │   │   │   ├── Console.php
│   │       │   │   │   │   └── Html.php
│   │       │   │   │   ├── exception
│   │       │   │   │   │   ├── ClassNotFoundException.php
│   │       │   │   │   │   ├── DbException.php
│   │       │   │   │   │   ├── ErrorException.php
│   │       │   │   │   │   ├── Handle.php
│   │       │   │   │   │   ├── HttpException.php
│   │       │   │   │   │   ├── HttpResponseException.php
│   │       │   │   │   │   ├── PDOException.php
│   │       │   │   │   │   ├── RouteNotFoundException.php
│   │       │   │   │   │   ├── TemplateNotFoundException.php
│   │       │   │   │   │   ├── ThrowableError.php
│   │       │   │   │   │   └── ValidateException.php
│   │       │   │   │   ├── facade
│   │       │   │   │   │   ├── App.php
│   │       │   │   │   │   ├── Build.php
│   │       │   │   │   │   ├── Cache.php
│   │       │   │   │   │   ├── Config.php
│   │       │   │   │   │   ├── Cookie.php
│   │       │   │   │   │   ├── Debug.php
│   │       │   │   │   │   ├── Env.php
│   │       │   │   │   │   ├── Hook.php
│   │       │   │   │   │   ├── Lang.php
│   │       │   │   │   │   ├── Log.php
│   │       │   │   │   │   ├── Middleware.php
│   │       │   │   │   │   ├── Request.php
│   │       │   │   │   │   ├── Response.php
│   │       │   │   │   │   ├── Route.php
│   │       │   │   │   │   ├── Session.php
│   │       │   │   │   │   ├── Template.php
│   │       │   │   │   │   ├── Url.php
│   │       │   │   │   │   ├── Validate.php
│   │       │   │   │   │   └── View.php
│   │       │   │   │   ├── log
│   │       │   │   │   │   └── driver
│   │       │   │   │   │       ├── File.php
│   │       │   │   │   │       └── Socket.php
│   │       │   │   │   ├── model
│   │       │   │   │   │   ├── Collection.php
│   │       │   │   │   │   ├── Pivot.php
│   │       │   │   │   │   ├── Relation.php
│   │       │   │   │   │   ├── concern
│   │       │   │   │   │   │   ├── Attribute.php
│   │       │   │   │   │   │   ├── Conversion.php
│   │       │   │   │   │   │   ├── ModelEvent.php
│   │       │   │   │   │   │   ├── RelationShip.php
│   │       │   │   │   │   │   ├── SoftDelete.php
│   │       │   │   │   │   │   └── TimeStamp.php
│   │       │   │   │   │   └── relation
│   │       │   │   │   │       ├── BelongsTo.php
│   │       │   │   │   │       ├── BelongsToMany.php
│   │       │   │   │   │       ├── HasMany.php
│   │       │   │   │   │       ├── HasManyThrough.php
│   │       │   │   │   │       ├── HasOne.php
│   │       │   │   │   │       ├── MorphMany.php
│   │       │   │   │   │       ├── MorphOne.php
│   │       │   │   │   │       ├── MorphTo.php
│   │       │   │   │   │       └── OneToOne.php
│   │       │   │   │   ├── paginator
│   │       │   │   │   │   └── driver
│   │       │   │   │   │       └── Bootstrap.php
│   │       │   │   │   ├── process
│   │       │   │   │   │   ├── Builder.php
│   │       │   │   │   │   ├── Utils.php
│   │       │   │   │   │   ├── exception
│   │       │   │   │   │   │   ├── Faild.php
│   │       │   │   │   │   │   ├── Failed.php
│   │       │   │   │   │   │   └── Timeout.php
│   │       │   │   │   │   └── pipes
│   │       │   │   │   │       ├── Pipes.php
│   │       │   │   │   │       ├── Unix.php
│   │       │   │   │   │       └── Windows.php
│   │       │   │   │   ├── response
│   │       │   │   │   │   ├── Download.php
│   │       │   │   │   │   ├── Json.php
│   │       │   │   │   │   ├── Jsonp.php
│   │       │   │   │   │   ├── Jump.php
│   │       │   │   │   │   ├── Redirect.php
│   │       │   │   │   │   ├── View.php
│   │       │   │   │   │   └── Xml.php
│   │       │   │   │   ├── route
│   │       │   │   │   │   ├── AliasRule.php
│   │       │   │   │   │   ├── Dispatch.php
│   │       │   │   │   │   ├── Domain.php
│   │       │   │   │   │   ├── Resource.php
│   │       │   │   │   │   ├── Rule.php
│   │       │   │   │   │   ├── RuleGroup.php
│   │       │   │   │   │   ├── RuleItem.php
│   │       │   │   │   │   ├── RuleName.php
│   │       │   │   │   │   └── dispatch
│   │       │   │   │   │       ├── Callback.php
│   │       │   │   │   │       ├── Controller.php
│   │       │   │   │   │       ├── Module.php
│   │       │   │   │   │       ├── Redirect.php
│   │       │   │   │   │       ├── Response.php
│   │       │   │   │   │       ├── Url.php
│   │       │   │   │   │       └── View.php
│   │       │   │   │   ├── session
│   │       │   │   │   │   └── driver
│   │       │   │   │   │       ├── Memcache.php
│   │       │   │   │   │       ├── Memcached.php
│   │       │   │   │   │       └── Redis.php
│   │       │   │   │   ├── template
│   │       │   │   │   │   ├── TagLib.php
│   │       │   │   │   │   ├── driver
│   │       │   │   │   │   │   └── File.php
│   │       │   │   │   │   └── taglib
│   │       │   │   │   │       └── Cx.php
│   │       │   │   │   ├── validate
│   │       │   │   │   │   └── ValidateRule.php
│   │       │   │   │   └── view
│   │       │   │   │       └── driver
│   │       │   │   │           ├── Php.php
│   │       │   │   │           └── Think.php
│   │       │   │   └── traits
│   │       │   │       └── controller
│   │       │   │           └── Jump.php
│   │       │   ├── logo.png
│   │       │   ├── phpunit.xml.dist
│   │       │   └── tpl
│   │       │       ├── default_index.tpl
│   │       │       ├── dispatch_jump.tpl
│   │       │       ├── page_trace.tpl
│   │       │       └── think_exception.tpl
│   │       ├── think-captcha
│   │       │   ├── LICENSE
│   │       │   ├── README.md
│   │       │   ├── assets
│   │       │   │   ├── bgs
│   │       │   │   │   ├── 1.jpg
│   │       │   │   │   ├── 2.jpg
│   │       │   │   │   ├── 3.jpg
│   │       │   │   │   ├── 4.jpg
│   │       │   │   │   ├── 5.jpg
│   │       │   │   │   ├── 6.jpg
│   │       │   │   │   ├── 7.jpg
│   │       │   │   │   └── 8.jpg
│   │       │   │   ├── ttfs
│   │       │   │   │   ├── 1.ttf
│   │       │   │   │   ├── 2.ttf
│   │       │   │   │   ├── 3.ttf
│   │       │   │   │   ├── 4.ttf
│   │       │   │   │   ├── 5.ttf
│   │       │   │   │   └── 6.ttf
│   │       │   │   └── zhttfs
│   │       │   │       └── 1.ttf
│   │       │   ├── composer.json
│   │       │   └── src
│   │       │       ├── Captcha.php
│   │       │       ├── CaptchaController.php
│   │       │       └── helper.php
│   │       └── think-installer
│   │           ├── composer.json
│   │           └── src
│   │               ├── LibraryInstaller.php
│   │               ├── Plugin.php
│   │               ├── Promise.php
│   │               ├── ThinkExtend.php
│   │               ├── ThinkFramework.php
│   │               └── ThinkTesting.php
│   └── 精品资源免费下载.url
└── 三网免挂码支付.zip

467 directories, 1962 files


标签: 免挂

实例下载地址

三网免挂码支付源码

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警