在好例子网,分享、交流、成长!
您当前所在位置:首页PHP 开发实例PHP语言基础 → 短视频去水印接口支持全网解析源码自

短视频去水印接口支持全网解析源码自

PHP语言基础

下载此实例
  • 开发语言:PHP
  • 实例大小:18.49M
  • 下载次数:21
  • 浏览次数:1541
  • 发布时间:2022-05-15
  • 实例类别:PHP语言基础
  • 发 布 人:小梁呀
  • 文件格式:.zip
  • 所需积分:10
 相关标签: API 带后台 接口 支付 对接

实例介绍

【实例简介】短视频去水印接口支持全网解析源码自

去水印接口api源码,带后台,带支付,更新api功能


去水印接口api源码,带后台,带支付,更新api功能

https://cdn.zaixym.com/2022/03/20220329151813364-1024x509.png

https://cdn.zaixym.com/2022/03/20220329151826549-1024x511.png



【实例截图】

from clipboard

【核心代码】

.
├── 好例子网_解析站.zip
└── 短视频去水印接口支持全网解析源码自
    ├── 主程序文件
    │   ├── 404.html
    │   ├── application
    │   │   ├── admin
    │   │   │   ├── common.php
    │   │   │   ├── config.php
    │   │   │   ├── controller
    │   │   │   │   ├── Gao.php
    │   │   │   │   ├── Index.php
    │   │   │   │   ├── Inf.php
    │   │   │   │   ├── Login.php
    │   │   │   │   ├── Order.php
    │   │   │   │   ├── Setpay.php
    │   │   │   │   ├── System.php
    │   │   │   │   ├── Update.php
    │   │   │   │   ├── User.php
    │   │   │   │   ├── Vip.php
    │   │   │   │   ├── config.txt
    │   │   │   │   ├── logo.gif
    │   │   │   │   └── 使用说明.html
    │   │   │   ├── model
    │   │   │   └── view
    │   │   │       ├── config.txt
    │   │   │       ├── gao
    │   │   │       │   ├── addgg.html
    │   │   │       │   ├── editgg.html
    │   │   │       │   └── index.html
    │   │   │       ├── index
    │   │   │       │   └── index.html
    │   │   │       ├── inf
    │   │   │       │   ├── addinf.html
    │   │   │       │   ├── editinf.html
    │   │   │       │   ├── huishou.html
    │   │   │       │   └── index.html
    │   │   │       ├── login
    │   │   │       │   └── index.html
    │   │   │       ├── logo.gif
    │   │   │       ├── order
    │   │   │       │   ├── index.html
    │   │   │       │   └── noindex.html
    │   │   │       ├── public
    │   │   │       │   ├── dispatch_jump.html
    │   │   │       │   ├── dispatch_jump1.html
    │   │   │       │   ├── footer.html
    │   │   │       │   ├── head.html
    │   │   │       │   ├── header.html
    │   │   │       │   ├── leftmenu.html
    │   │   │       │   └── setting.html
    │   │   │       ├── setpay
    │   │   │       │   ├── huishou.html
    │   │   │       │   ├── index.html
    │   │   │       │   ├── kmdel.html
    │   │   │       │   ├── kmlist.html
    │   │   │       │   ├── setkm.html
    │   │   │       │   └── setpay.html
    │   │   │       ├── system
    │   │   │       │   ├── auth.html
    │   │   │       │   ├── index.html
    │   │   │       │   ├── mailconf.html
    │   │   │       │   ├── notice.html
    │   │   │       │   ├── uppass.html
    │   │   │       │   └── webconf.html
    │   │   │       ├── update
    │   │   │       │   └── index.html
    │   │   │       ├── user
    │   │   │       │   ├── edituser.html
    │   │   │       │   ├── index.html
    │   │   │       │   └── wuser.html
    │   │   │       ├── vip
    │   │   │       │   ├── index.html
    │   │   │       │   └── setvip.html
    │   │   │       └── 使用说明.html
    │   │   ├── command.php
    │   │   ├── common
    │   │   │   └── exception
    │   │   │       └── Http.php
    │   │   ├── common.php
    │   │   ├── config.php
    │   │   ├── database.php
    │   │   ├── extra
    │   │   │   └── key.php
    │   │   ├── index
    │   │   │   ├── controller
    │   │   │   │   ├── Api.php
    │   │   │   │   ├── Index.php
    │   │   │   │   ├── Login.php
    │   │   │   │   ├── Pay.php
    │   │   │   │   ├── User.php
    │   │   │   │   ├── config.txt
    │   │   │   │   ├── logo.gif
    │   │   │   │   └── 使用说明.html
    │   │   │   └── view
    │   │   │       ├── index
    │   │   │       │   └── index.html
    │   │   │       ├── login
    │   │   │       │   ├── error.html
    │   │   │       │   ├── index.html
    │   │   │       │   ├── register.html
    │   │   │       │   └── success.html
    │   │   │       ├── public
    │   │   │       │   ├── error.html
    │   │   │       │   ├── footer.html
    │   │   │       │   ├── head.html
    │   │   │       │   ├── header.html
    │   │   │       │   ├── menu.html
    │   │   │       │   └── success.html
    │   │   │       └── user
    │   │   │           ├── getapi.html
    │   │   │           ├── index.html
    │   │   │           ├── open.html
    │   │   │           ├── setting.html
    │   │   │           └── vip.html
    │   │   ├── route.php
    │   │   └── tags.php
    │   ├── build.php
    │   ├── chuanma
    │   │   ├── app
    │   │   │   └── controller
    │   │   │       └── WatermarkController.php
    │   │   ├── composer.json
    │   │   ├── index.php
    │   │   ├── nginx.htaccess
    │   │   ├── public
    │   │   │   └── index.php
    │   │   └── vendor
    │   │       ├── autoload.php
    │   │       ├── composer
    │   │       │   ├── ClassLoader.php
    │   │       │   ├── InstalledVersions.php
    │   │       │   ├── LICENSE
    │   │       │   ├── autoload_classmap.php
    │   │       │   ├── autoload_files.php
    │   │       │   ├── autoload_namespaces.php
    │   │       │   ├── autoload_psr4.php
    │   │       │   ├── autoload_real.php
    │   │       │   ├── autoload_static.php
    │   │       │   ├── installed.json
    │   │       │   ├── installed.php
    │   │       │   └── platform_check.php
    │   │       ├── guzzlehttp
    │   │       │   ├── guzzle
    │   │       │   │   ├── CHANGELOG.md
    │   │       │   │   ├── Dockerfile
    │   │       │   │   ├── LICENSE
    │   │       │   │   ├── README.md
    │   │       │   │   ├── UPGRADING.md
    │   │       │   │   ├── composer.json
    │   │       │   │   └── src
    │   │       │   │       ├── Client.php
    │   │       │   │       ├── ClientInterface.php
    │   │       │   │       ├── Cookie
    │   │       │   │       │   ├── CookieJar.php
    │   │       │   │       │   ├── CookieJarInterface.php
    │   │       │   │       │   ├── FileCookieJar.php
    │   │       │   │       │   ├── SessionCookieJar.php
    │   │       │   │       │   └── SetCookie.php
    │   │       │   │       ├── Exception
    │   │       │   │       │   ├── BadResponseException.php
    │   │       │   │       │   ├── ClientException.php
    │   │       │   │       │   ├── ConnectException.php
    │   │       │   │       │   ├── GuzzleException.php
    │   │       │   │       │   ├── InvalidArgumentException.php
    │   │       │   │       │   ├── RequestException.php
    │   │       │   │       │   ├── SeekException.php
    │   │       │   │       │   ├── ServerException.php
    │   │       │   │       │   ├── TooManyRedirectsException.php
    │   │       │   │       │   └── TransferException.php
    │   │       │   │       ├── Handler
    │   │       │   │       │   ├── CurlFactory.php
    │   │       │   │       │   ├── CurlFactoryInterface.php
    │   │       │   │       │   ├── CurlHandler.php
    │   │       │   │       │   ├── CurlMultiHandler.php
    │   │       │   │       │   ├── EasyHandle.php
    │   │       │   │       │   ├── MockHandler.php
    │   │       │   │       │   ├── Proxy.php
    │   │       │   │       │   └── StreamHandler.php
    │   │       │   │       ├── HandlerStack.php
    │   │       │   │       ├── MessageFormatter.php
    │   │       │   │       ├── Middleware.php
    │   │       │   │       ├── Pool.php
    │   │       │   │       ├── PrepareBodyMiddleware.php
    │   │       │   │       ├── RedirectMiddleware.php
    │   │       │   │       ├── RequestOptions.php
    │   │       │   │       ├── RetryMiddleware.php
    │   │       │   │       ├── TransferStats.php
    │   │       │   │       ├── UriTemplate.php
    │   │       │   │       ├── Utils.php
    │   │       │   │       ├── functions.php
    │   │       │   │       └── functions_include.php
    │   │       │   ├── promises
    │   │       │   │   ├── CHANGELOG.md
    │   │       │   │   ├── LICENSE
    │   │       │   │   ├── Makefile
    │   │       │   │   ├── README.md
    │   │       │   │   ├── composer.json
    │   │       │   │   └── src
    │   │       │   │       ├── AggregateException.php
    │   │       │   │       ├── CancellationException.php
    │   │       │   │       ├── Coroutine.php
    │   │       │   │       ├── EachPromise.php
    │   │       │   │       ├── FulfilledPromise.php
    │   │       │   │       ├── Promise.php
    │   │       │   │       ├── PromiseInterface.php
    │   │       │   │       ├── PromisorInterface.php
    │   │       │   │       ├── RejectedPromise.php
    │   │       │   │       ├── RejectionException.php
    │   │       │   │       ├── TaskQueue.php
    │   │       │   │       ├── TaskQueueInterface.php
    │   │       │   │       ├── functions.php
    │   │       │   │       └── functions_include.php
    │   │       │   └── psr7
    │   │       │       ├── CHANGELOG.md
    │   │       │       ├── LICENSE
    │   │       │       ├── README.md
    │   │       │       ├── composer.json
    │   │       │       └── src
    │   │       │           ├── AppendStream.php
    │   │       │           ├── BufferStream.php
    │   │       │           ├── CachingStream.php
    │   │       │           ├── DroppingStream.php
    │   │       │           ├── FnStream.php
    │   │       │           ├── InflateStream.php
    │   │       │           ├── LazyOpenStream.php
    │   │       │           ├── LimitStream.php
    │   │       │           ├── MessageTrait.php
    │   │       │           ├── MultipartStream.php
    │   │       │           ├── NoSeekStream.php
    │   │       │           ├── PumpStream.php
    │   │       │           ├── Request.php
    │   │       │           ├── Response.php
    │   │       │           ├── Rfc7230.php
    │   │       │           ├── ServerRequest.php
    │   │       │           ├── Stream.php
    │   │       │           ├── StreamDecoratorTrait.php
    │   │       │           ├── StreamWrapper.php
    │   │       │           ├── UploadedFile.php
    │   │       │           ├── Uri.php
    │   │       │           ├── UriNormalizer.php
    │   │       │           ├── UriResolver.php
    │   │       │           ├── functions.php
    │   │       │           └── functions_include.php
    │   │       ├── paragonie
    │   │       │   └── random_compat
    │   │       │       ├── LICENSE
    │   │       │       ├── build-phar.sh
    │   │       │       ├── composer.json
    │   │       │       ├── dist
    │   │       │       │   ├── random_compat.phar.pubkey
    │   │       │       │   └── random_compat.phar.pubkey.asc
    │   │       │       ├── lib
    │   │       │       │   └── random.php
    │   │       │       ├── other
    │   │       │       │   └── build_phar.php
    │   │       │       ├── psalm-autoload.php
    │   │       │       └── psalm.xml
    │   │       ├── psr
    │   │       │   └── http-message
    │   │       │       ├── CHANGELOG.md
    │   │       │       ├── LICENSE
    │   │       │       ├── README.md
    │   │       │       ├── composer.json
    │   │       │       └── src
    │   │       │           ├── MessageInterface.php
    │   │       │           ├── RequestInterface.php
    │   │       │           ├── ResponseInterface.php
    │   │       │           ├── ServerRequestInterface.php
    │   │       │           ├── StreamInterface.php
    │   │       │           ├── UploadedFileInterface.php
    │   │       │           └── UriInterface.php
    │   │       ├── ralouphie
    │   │       │   └── getallheaders
    │   │       │       ├── LICENSE
    │   │       │       ├── README.md
    │   │       │       ├── composer.json
    │   │       │       └── src
    │   │       │           └── getallheaders.php
    │   │       ├── smalls
    │   │       │   └── video-tools
    │   │       │       ├── LICENSE
    │   │       │       ├── composer.json
    │   │       │       ├── config
    │   │       │       │   └── url-validator.php
    │   │       │       ├── phpunit.xml
    │   │       │       ├── readme.md
    │   │       │       ├── src
    │   │       │       │   ├── Common
    │   │       │       │   │   └── Common.php
    │   │       │       │   ├── Enumerates
    │   │       │       │   │   ├── BiliQualityType.php
    │   │       │       │   │   ├── UserGentType.php
    │   │       │       │   │   └── VideoType.php
    │   │       │       │   ├── Exception
    │   │       │       │   │   ├── ErrorVideoException.php
    │   │       │       │   │   ├── Exception.php
    │   │       │       │   │   └── InvalidManagerException.php
    │   │       │       │   ├── Interfaces
    │   │       │       │   │   └── IVideo.php
    │   │       │       │   ├── Logic
    │   │       │       │   │   ├── Base.php
    │   │       │       │   │   ├── BiliLogic.php
    │   │       │       │   │   ├── DouYinLogic.php
    │   │       │       │   │   ├── HuoShanLogic.php
    │   │       │       │   │   ├── KuaiShouLogic.php
    │   │       │       │   │   ├── LiVideoLogic.php
    │   │       │       │   │   ├── MeiPaiLogic.php
    │   │       │       │   │   ├── MiaoPaiLogic.php
    │   │       │       │   │   ├── MoMoLogic.php
    │   │       │       │   │   ├── NewWeiBoLogic.php
    │   │       │       │   │   ├── PiPiGaoXiaoLogic.php
    │   │       │       │   │   ├── PiPiXiaLogic.php
    │   │       │       │   │   ├── QQVideoLogic.php
    │   │       │       │   │   ├── QuanMingGaoXiaoLogic.php
    │   │       │       │   │   ├── ShuaBaoLogic.php
    │   │       │       │   │   ├── TouTiaoLogic.php
    │   │       │       │   │   ├── WeiBoLogic.php
    │   │       │       │   │   ├── WeiShiLogic.php
    │   │       │       │   │   ├── XiGuaLogic.php
    │   │       │       │   │   ├── XiaoKaXiuLogic.php
    │   │       │       │   │   └── ZuiYouLogic.php
    │   │       │       │   ├── Tools
    │   │       │       │   │   ├── Base.php
    │   │       │       │   │   ├── Bili.php
    │   │       │       │   │   ├── DouYin.php
    │   │       │       │   │   ├── HuoShan.php
    │   │       │       │   │   ├── KuaiShou.php
    │   │       │       │   │   ├── LiVideo.php
    │   │       │       │   │   ├── MeiPai.php
    │   │       │       │   │   ├── MiaoPai.php
    │   │       │       │   │   ├── MoMo.php
    │   │       │       │   │   ├── PiPiGaoXiao.php
    │   │       │       │   │   ├── PiPiXia.php
    │   │       │       │   │   ├── QQVideo.php
    │   │       │       │   │   ├── QuanMingGaoXiao.php
    │   │       │       │   │   ├── ShuaBao.php
    │   │       │       │   │   ├── TouTiao.php
    │   │       │       │   │   ├── WeiBo.php
    │   │       │       │   │   ├── WeiShi.php
    │   │       │       │   │   ├── XiGua.php
    │   │       │       │   │   ├── XiaoKaXiu.php
    │   │       │       │   │   └── ZuiYou.php
    │   │       │       │   ├── Traits
    │   │       │       │   │   └── HttpRequest.php
    │   │       │       │   ├── Utils
    │   │       │       │   │   ├── Arr.php
    │   │       │       │   │   ├── Collection.php
    │   │       │       │   │   ├── CommonUtil.php
    │   │       │       │   │   ├── Config.php
    │   │       │       │   │   ├── Ip.php
    │   │       │       │   │   ├── MeiPaiUtil.php
    │   │       │       │   │   └── Str.php
    │   │       │       │   └── VideoManager.php
    │   │       │       └── tests
    │   │       │           ├── Tools
    │   │       │           │   └── BiliTest.php
    │   │       │           └── test.php
    │   │       └── symfony
    │   │           ├── polyfill-intl-idn
    │   │           │   ├── Idn.php
    │   │           │   ├── Info.php
    │   │           │   ├── LICENSE
    │   │           │   ├── README.md
    │   │           │   ├── Resources
    │   │           │   │   └── unidata
    │   │           │   │       ├── DisallowedRanges.php
    │   │           │   │       ├── Regex.php
    │   │           │   │       ├── deviation.php
    │   │           │   │       ├── disallowed.php
    │   │           │   │       ├── disallowed_STD3_mapped.php
    │   │           │   │       ├── disallowed_STD3_valid.php
    │   │           │   │       ├── ignored.php
    │   │           │   │       ├── mapped.php
    │   │           │   │       └── virama.php
    │   │           │   ├── bootstrap.php
    │   │           │   └── composer.json
    │   │           ├── polyfill-intl-normalizer
    │   │           │   ├── LICENSE
    │   │           │   ├── Normalizer.php
    │   │           │   ├── README.md
    │   │           │   ├── Resources
    │   │           │   │   ├── stubs
    │   │           │   │   │   └── Normalizer.php
    │   │           │   │   └── unidata
    │   │           │   │       ├── canonicalComposition.php
    │   │           │   │       ├── canonicalDecomposition.php
    │   │           │   │       ├── combiningClass.php
    │   │           │   │       └── compatibilityDecomposition.php
    │   │           │   ├── bootstrap.php
    │   │           │   └── composer.json
    │   │           ├── polyfill-php70
    │   │           │   ├── LICENSE
    │   │           │   ├── Php70.php
    │   │           │   ├── README.md
    │   │           │   ├── Resources
    │   │           │   │   └── stubs
    │   │           │   │       ├── ArithmeticError.php
    │   │           │   │       ├── AssertionError.php
    │   │           │   │       ├── DivisionByZeroError.php
    │   │           │   │       ├── Error.php
    │   │           │   │       ├── ParseError.php
    │   │           │   │       ├── SessionUpdateTimestampHandlerInterface.php
    │   │           │   │       └── TypeError.php
    │   │           │   ├── bootstrap.php
    │   │           │   └── composer.json
    │   │           └── polyfill-php72
    │   │               ├── LICENSE
    │   │               ├── Php72.php
    │   │               ├── README.md
    │   │               ├── bootstrap.php
    │   │               └── composer.json
    │   ├── composer.json
    │   ├── composer.lock
    │   ├── counter.dat
    │   ├── extend
    │   ├── index.php
    │   ├── install
    │   │   ├── a_welcome.html
    │   │   ├── b_check.html
    │   │   ├── c_create.html
    │   │   ├── css
    │   │   │   └── install.css
    │   │   ├── d2.sql
    │   │   ├── d_success.html
    │   │   ├── error.html
    │   │   ├── frame
    │   │   │   ├── d2.sql
    │   │   │   └── layui
    │   │   │       ├── css
    │   │   │       │   ├── layui.css
    │   │   │       │   ├── layui.mobile.css
    │   │   │       │   └── modules
    │   │   │       │       ├── code.css
    │   │   │       │       ├── laydate
    │   │   │       │       │   ├── icon.png
    │   │   │       │       │   └── 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
    │   │   │       ├── 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
    │   │   │       │   ├── dest
    │   │   │       │   │   └── layui.all.js
    │   │   │       │   └── modules
    │   │   │       │       ├── code.js
    │   │   │       │       ├── element.js
    │   │   │       │       ├── flow.js
    │   │   │       │       ├── form.js
    │   │   │       │       ├── jquery.js
    │   │   │       │       ├── laydate.js
    │   │   │       │       ├── layedit.js
    │   │   │       │       ├── layer.js
    │   │   │       │       ├── laypage.js
    │   │   │       │       ├── laytpl.js
    │   │   │       │       ├── mobile.js
    │   │   │       │       ├── tree.js
    │   │   │       │       ├── upload.js
    │   │   │       │       └── util.js
    │   │   │       └── layui.js
    │   │   ├── index.php
    │   │   ├── install.lock
    │   │   └── readme.txt
    │   ├── log
    │   │   └── log.txt
    │   ├── logo.png
    │   ├── nginx.htaccess
    │   ├── public
    │   │   ├── favicon.ico
    │   │   ├── robots.txt
    │   │   ├── router.php
    │   │   ├── static
    │   │   │   ├── admin
    │   │   │   │   └── assets
    │   │   │   │       ├── dist
    │   │   │   │       │   ├── css
    │   │   │   │       │   │   ├── fonts
    │   │   │   │       │   │   │   ├── Material-Design-Iconic-Font.ttf
    │   │   │   │       │   │   │   ├── Simple-Line-Icons.ttf
    │   │   │   │       │   │   │   ├── fontawesome-webfont.ttf
    │   │   │   │       │   │   │   ├── icomoon.eot
    │   │   │   │       │   │   │   ├── icomoon.svg
    │   │   │   │       │   │   │   ├── icomoon.ttf
    │   │   │   │       │   │   │   ├── icomoon.woff
    │   │   │   │       │   │   │   ├── materialdesignicons-webfont.ttf
    │   │   │   │       │   │   │   ├── materializeicons.woff2
    │   │   │   │       │   │   │   └── themify.ttf
    │   │   │   │       │   │   ├── icons
    │   │   │   │       │   │   │   ├── crypto-icons
    │   │   │   │       │   │   │   │   ├── cryptocoins-colors.css
    │   │   │   │       │   │   │   │   ├── cryptocoins.css
    │   │   │   │       │   │   │   │   ├── cryptocoins.ttf
    │   │   │   │       │   │   │   │   ├── cryptocoins.woff
    │   │   │   │       │   │   │   │   └── cryptocoins.woff2
    │   │   │   │       │   │   │   ├── flag-icon-css
    │   │   │   │       │   │   │   │   ├── flag-icon.min.css
    │   │   │   │       │   │   │   │   └── flags
    │   │   │   │       │   │   │   │       ├── ad.svg
    │   │   │   │       │   │   │   │       ├── ae.svg
    │   │   │   │       │   │   │   │       ├── af.svg
    │   │   │   │       │   │   │   │       ├── ag.svg
    │   │   │   │       │   │   │   │       ├── ai.svg
    │   │   │   │       │   │   │   │       ├── al.svg
    │   │   │   │       │   │   │   │       ├── am.svg
    │   │   │   │       │   │   │   │       ├── ao.svg
    │   │   │   │       │   │   │   │       ├── aq.svg
    │   │   │   │       │   │   │   │       ├── ar.svg
    │   │   │   │       │   │   │   │       ├── as.svg
    │   │   │   │       │   │   │   │       ├── at.svg
    │   │   │   │       │   │   │   │       ├── au.svg
    │   │   │   │       │   │   │   │       ├── aw.svg
    │   │   │   │       │   │   │   │       ├── ax.svg
    │   │   │   │       │   │   │   │       ├── az.svg
    │   │   │   │       │   │   │   │       ├── ba.svg
    │   │   │   │       │   │   │   │       ├── bb.svg
    │   │   │   │       │   │   │   │       ├── bd.svg
    │   │   │   │       │   │   │   │       ├── be.svg
    │   │   │   │       │   │   │   │       ├── bf.svg
    │   │   │   │       │   │   │   │       ├── bg.svg
    │   │   │   │       │   │   │   │       ├── bh.svg
    │   │   │   │       │   │   │   │       ├── bi.svg
    │   │   │   │       │   │   │   │       ├── bj.svg
    │   │   │   │       │   │   │   │       ├── bl.svg
    │   │   │   │       │   │   │   │       ├── bm.svg
    │   │   │   │       │   │   │   │       ├── bn.svg
    │   │   │   │       │   │   │   │       ├── bo.svg
    │   │   │   │       │   │   │   │       ├── bq.svg
    │   │   │   │       │   │   │   │       ├── br.svg
    │   │   │   │       │   │   │   │       ├── bs.svg
    │   │   │   │       │   │   │   │       ├── bt.svg
    │   │   │   │       │   │   │   │       ├── bv.svg
    │   │   │   │       │   │   │   │       ├── bw.svg
    │   │   │   │       │   │   │   │       ├── by.svg
    │   │   │   │       │   │   │   │       ├── bz.svg
    │   │   │   │       │   │   │   │       ├── ca.svg
    │   │   │   │       │   │   │   │       ├── cc.svg
    │   │   │   │       │   │   │   │       ├── cd.svg
    │   │   │   │       │   │   │   │       ├── cf.svg
    │   │   │   │       │   │   │   │       ├── cg.svg
    │   │   │   │       │   │   │   │       ├── ch.svg
    │   │   │   │       │   │   │   │       ├── ci.svg
    │   │   │   │       │   │   │   │       ├── ck.svg
    │   │   │   │       │   │   │   │       ├── cl.svg
    │   │   │   │       │   │   │   │       ├── cm.svg
    │   │   │   │       │   │   │   │       ├── cn.svg
    │   │   │   │       │   │   │   │       ├── co.svg
    │   │   │   │       │   │   │   │       ├── cr.svg
    │   │   │   │       │   │   │   │       ├── cu.svg
    │   │   │   │       │   │   │   │       ├── cv.svg
    │   │   │   │       │   │   │   │       ├── cw.svg
    │   │   │   │       │   │   │   │       ├── cx.svg
    │   │   │   │       │   │   │   │       ├── cy.svg
    │   │   │   │       │   │   │   │       ├── cz.svg
    │   │   │   │       │   │   │   │       ├── de.svg
    │   │   │   │       │   │   │   │       ├── dj.svg
    │   │   │   │       │   │   │   │       ├── dk.svg
    │   │   │   │       │   │   │   │       ├── dm.svg
    │   │   │   │       │   │   │   │       ├── do.svg
    │   │   │   │       │   │   │   │       ├── dz.svg
    │   │   │   │       │   │   │   │       ├── ec.svg
    │   │   │   │       │   │   │   │       ├── ee.svg
    │   │   │   │       │   │   │   │       ├── eg.svg
    │   │   │   │       │   │   │   │       ├── eh.svg
    │   │   │   │       │   │   │   │       ├── er.svg
    │   │   │   │       │   │   │   │       ├── es.svg
    │   │   │   │       │   │   │   │       ├── et.svg
    │   │   │   │       │   │   │   │       ├── fi.svg
    │   │   │   │       │   │   │   │       ├── fj.svg
    │   │   │   │       │   │   │   │       ├── fk.svg
    │   │   │   │       │   │   │   │       ├── fm.svg
    │   │   │   │       │   │   │   │       ├── fo.svg
    │   │   │   │       │   │   │   │       ├── fr.svg
    │   │   │   │       │   │   │   │       ├── ga.svg
    │   │   │   │       │   │   │   │       ├── gb.svg
    │   │   │   │       │   │   │   │       ├── gd.svg
    │   │   │   │       │   │   │   │       ├── ge.svg
    │   │   │   │       │   │   │   │       ├── gf.svg
    │   │   │   │       │   │   │   │       ├── gg.svg
    │   │   │   │       │   │   │   │       ├── gh.svg
    │   │   │   │       │   │   │   │       ├── gi.svg
    │   │   │   │       │   │   │   │       ├── gl.svg
    │   │   │   │       │   │   │   │       ├── gm.svg
    │   │   │   │       │   │   │   │       ├── gn.svg
    │   │   │   │       │   │   │   │       ├── gp.svg
    │   │   │   │       │   │   │   │       ├── gq.svg
    │   │   │   │       │   │   │   │       ├── gr.svg
    │   │   │   │       │   │   │   │       ├── gs.svg
    │   │   │   │       │   │   │   │       ├── gt.svg
    │   │   │   │       │   │   │   │       ├── gu.svg
    │   │   │   │       │   │   │   │       ├── gw.svg
    │   │   │   │       │   │   │   │       ├── gy.svg
    │   │   │   │       │   │   │   │       ├── hk.svg
    │   │   │   │       │   │   │   │       ├── hm.svg
    │   │   │   │       │   │   │   │       ├── hn.svg
    │   │   │   │       │   │   │   │       ├── hr.svg
    │   │   │   │       │   │   │   │       ├── ht.svg
    │   │   │   │       │   │   │   │       ├── hu.svg
    │   │   │   │       │   │   │   │       ├── id.svg
    │   │   │   │       │   │   │   │       ├── ie.svg
    │   │   │   │       │   │   │   │       ├── il.svg
    │   │   │   │       │   │   │   │       ├── im.svg
    │   │   │   │       │   │   │   │       ├── in.svg
    │   │   │   │       │   │   │   │       ├── io.svg
    │   │   │   │       │   │   │   │       ├── iq.svg
    │   │   │   │       │   │   │   │       ├── ir.svg
    │   │   │   │       │   │   │   │       ├── is.svg
    │   │   │   │       │   │   │   │       ├── it.svg
    │   │   │   │       │   │   │   │       ├── je.svg
    │   │   │   │       │   │   │   │       ├── jm.svg
    │   │   │   │       │   │   │   │       ├── jo.svg
    │   │   │   │       │   │   │   │       ├── jp.svg
    │   │   │   │       │   │   │   │       ├── ke.svg
    │   │   │   │       │   │   │   │       ├── kg.svg
    │   │   │   │       │   │   │   │       ├── kh.svg
    │   │   │   │       │   │   │   │       ├── ki.svg
    │   │   │   │       │   │   │   │       ├── km.svg
    │   │   │   │       │   │   │   │       ├── kn.svg
    │   │   │   │       │   │   │   │       ├── kp.svg
    │   │   │   │       │   │   │   │       ├── kr.svg
    │   │   │   │       │   │   │   │       ├── kw.svg
    │   │   │   │       │   │   │   │       ├── ky.svg
    │   │   │   │       │   │   │   │       ├── kz.svg
    │   │   │   │       │   │   │   │       ├── la.svg
    │   │   │   │       │   │   │   │       ├── lb.svg
    │   │   │   │       │   │   │   │       ├── lc.svg
    │   │   │   │       │   │   │   │       ├── li.svg
    │   │   │   │       │   │   │   │       ├── lk.svg
    │   │   │   │       │   │   │   │       ├── lr.svg
    │   │   │   │       │   │   │   │       ├── ls.svg
    │   │   │   │       │   │   │   │       ├── lt.svg
    │   │   │   │       │   │   │   │       ├── lu.svg
    │   │   │   │       │   │   │   │       ├── lv.svg
    │   │   │   │       │   │   │   │       ├── ly.svg
    │   │   │   │       │   │   │   │       ├── ma.svg
    │   │   │   │       │   │   │   │       ├── mc.svg
    │   │   │   │       │   │   │   │       ├── md.svg
    │   │   │   │       │   │   │   │       ├── me.svg
    │   │   │   │       │   │   │   │       ├── mf.svg
    │   │   │   │       │   │   │   │       ├── mg.svg
    │   │   │   │       │   │   │   │       ├── mh.svg
    │   │   │   │       │   │   │   │       ├── mk.svg
    │   │   │   │       │   │   │   │       ├── ml.svg
    │   │   │   │       │   │   │   │       ├── mm.svg
    │   │   │   │       │   │   │   │       ├── mn.svg
    │   │   │   │       │   │   │   │       ├── mo.svg
    │   │   │   │       │   │   │   │       ├── mp.svg
    │   │   │   │       │   │   │   │       ├── mq.svg
    │   │   │   │       │   │   │   │       ├── mr.svg
    │   │   │   │       │   │   │   │       ├── ms.svg
    │   │   │   │       │   │   │   │       ├── mt.svg
    │   │   │   │       │   │   │   │       ├── mu.svg
    │   │   │   │       │   │   │   │       ├── mv.svg
    │   │   │   │       │   │   │   │       ├── mw.svg
    │   │   │   │       │   │   │   │       ├── mx.svg
    │   │   │   │       │   │   │   │       ├── my.svg
    │   │   │   │       │   │   │   │       ├── mz.svg
    │   │   │   │       │   │   │   │       ├── na.svg
    │   │   │   │       │   │   │   │       ├── nc.svg
    │   │   │   │       │   │   │   │       ├── ne.svg
    │   │   │   │       │   │   │   │       ├── nf.svg
    │   │   │   │       │   │   │   │       ├── ng.svg
    │   │   │   │       │   │   │   │       ├── ni.svg
    │   │   │   │       │   │   │   │       ├── nl.svg
    │   │   │   │       │   │   │   │       ├── no.svg
    │   │   │   │       │   │   │   │       ├── np.svg
    │   │   │   │       │   │   │   │       ├── nr.svg
    │   │   │   │       │   │   │   │       ├── nu.svg
    │   │   │   │       │   │   │   │       ├── nz.svg
    │   │   │   │       │   │   │   │       ├── om.svg
    │   │   │   │       │   │   │   │       ├── pa.svg
    │   │   │   │       │   │   │   │       ├── pe.svg
    │   │   │   │       │   │   │   │       ├── pf.svg
    │   │   │   │       │   │   │   │       ├── pg.svg
    │   │   │   │       │   │   │   │       ├── ph.svg
    │   │   │   │       │   │   │   │       ├── pk.svg
    │   │   │   │       │   │   │   │       ├── pl.svg
    │   │   │   │       │   │   │   │       ├── pm.svg
    │   │   │   │       │   │   │   │       ├── pn.svg
    │   │   │   │       │   │   │   │       ├── pr.svg
    │   │   │   │       │   │   │   │       ├── ps.svg
    │   │   │   │       │   │   │   │       ├── pt.svg
    │   │   │   │       │   │   │   │       ├── pw.svg
    │   │   │   │       │   │   │   │       ├── py.svg
    │   │   │   │       │   │   │   │       ├── qa.svg
    │   │   │   │       │   │   │   │       ├── re.svg
    │   │   │   │       │   │   │   │       ├── ro.svg
    │   │   │   │       │   │   │   │       ├── rs.svg
    │   │   │   │       │   │   │   │       ├── ru.svg
    │   │   │   │       │   │   │   │       ├── rw.svg
    │   │   │   │       │   │   │   │       ├── sa.svg
    │   │   │   │       │   │   │   │       ├── sb.svg
    │   │   │   │       │   │   │   │       ├── sc.svg
    │   │   │   │       │   │   │   │       ├── sd.svg
    │   │   │   │       │   │   │   │       ├── se.svg
    │   │   │   │       │   │   │   │       ├── sg.svg
    │   │   │   │       │   │   │   │       ├── sh.svg
    │   │   │   │       │   │   │   │       ├── si.svg
    │   │   │   │       │   │   │   │       ├── sj.svg
    │   │   │   │       │   │   │   │       ├── sk.svg
    │   │   │   │       │   │   │   │       ├── sl.svg
    │   │   │   │       │   │   │   │       ├── sm.svg
    │   │   │   │       │   │   │   │       ├── sn.svg
    │   │   │   │       │   │   │   │       ├── so.svg
    │   │   │   │       │   │   │   │       ├── sr.svg
    │   │   │   │       │   │   │   │       ├── ss.svg
    │   │   │   │       │   │   │   │       ├── st.svg
    │   │   │   │       │   │   │   │       ├── sv.svg
    │   │   │   │       │   │   │   │       ├── sx.svg
    │   │   │   │       │   │   │   │       ├── sy.svg
    │   │   │   │       │   │   │   │       ├── sz.svg
    │   │   │   │       │   │   │   │       ├── tc.svg
    │   │   │   │       │   │   │   │       ├── td.svg
    │   │   │   │       │   │   │   │       ├── tf.svg
    │   │   │   │       │   │   │   │       ├── tg.svg
    │   │   │   │       │   │   │   │       ├── th.svg
    │   │   │   │       │   │   │   │       ├── tj.svg
    │   │   │   │       │   │   │   │       ├── tk.svg
    │   │   │   │       │   │   │   │       ├── tl.svg
    │   │   │   │       │   │   │   │       ├── tm.svg
    │   │   │   │       │   │   │   │       ├── tn.svg
    │   │   │   │       │   │   │   │       ├── to.svg
    │   │   │   │       │   │   │   │       ├── tr.svg
    │   │   │   │       │   │   │   │       ├── tt.svg
    │   │   │   │       │   │   │   │       ├── tv.svg
    │   │   │   │       │   │   │   │       ├── tw.svg
    │   │   │   │       │   │   │   │       ├── tz.svg
    │   │   │   │       │   │   │   │       ├── ua.svg
    │   │   │   │       │   │   │   │       ├── ug.svg
    │   │   │   │       │   │   │   │       ├── um.svg
    │   │   │   │       │   │   │   │       ├── us.svg
    │   │   │   │       │   │   │   │       ├── uy.svg
    │   │   │   │       │   │   │   │       ├── uz.svg
    │   │   │   │       │   │   │   │       ├── va.svg
    │   │   │   │       │   │   │   │       ├── vc.svg
    │   │   │   │       │   │   │   │       ├── ve.svg
    │   │   │   │       │   │   │   │       ├── vg.svg
    │   │   │   │       │   │   │   │       ├── vi.svg
    │   │   │   │       │   │   │   │       ├── vn.svg
    │   │   │   │       │   │   │   │       ├── vu.svg
    │   │   │   │       │   │   │   │       ├── wf.svg
    │   │   │   │       │   │   │   │       ├── ws.svg
    │   │   │   │       │   │   │   │       ├── ye.svg
    │   │   │   │       │   │   │   │       ├── yt.svg
    │   │   │   │       │   │   │   │       ├── za.svg
    │   │   │   │       │   │   │   │       ├── zm.svg
    │   │   │   │       │   │   │   │       └── zw.svg
    │   │   │   │       │   │   │   ├── font-awesome
    │   │   │   │       │   │   │   │   ├── css
    │   │   │   │       │   │   │   │   │   ├── fa-brands.css
    │   │   │   │       │   │   │   │   │   ├── fa-brands.min.css
    │   │   │   │       │   │   │   │   │   ├── fa-regular.css
    │   │   │   │       │   │   │   │   │   ├── fa-regular.min.css
    │   │   │   │       │   │   │   │   │   ├── fa-solid.css
    │   │   │   │       │   │   │   │   │   ├── fa-solid.min.css
    │   │   │   │       │   │   │   │   │   ├── fontawesome-all.css
    │   │   │   │       │   │   │   │   │   ├── fontawesome-all.min.css
    │   │   │   │       │   │   │   │   │   ├── fontawesome.css
    │   │   │   │       │   │   │   │   │   └── fontawesome.min.css
    │   │   │   │       │   │   │   │   ├── less
    │   │   │   │       │   │   │   │   │   ├── _animated.less
    │   │   │   │       │   │   │   │   │   ├── _bordered-pulled.less
    │   │   │   │       │   │   │   │   │   ├── _core.less
    │   │   │   │       │   │   │   │   │   ├── _fixed-width.less
    │   │   │   │       │   │   │   │   │   ├── _icons.less
    │   │   │   │       │   │   │   │   │   ├── _larger.less
    │   │   │   │       │   │   │   │   │   ├── _list.less
    │   │   │   │       │   │   │   │   │   ├── _mixins.less
    │   │   │   │       │   │   │   │   │   ├── _rotated-flipped.less
    │   │   │   │       │   │   │   │   │   ├── _screen-reader.less
    │   │   │   │       │   │   │   │   │   ├── _stacked.less
    │   │   │   │       │   │   │   │   │   ├── _variables.less
    │   │   │   │       │   │   │   │   │   ├── fa-brands.less
    │   │   │   │       │   │   │   │   │   ├── fa-regular.less
    │   │   │   │       │   │   │   │   │   ├── fa-solid.less
    │   │   │   │       │   │   │   │   │   └── fontawesome.less
    │   │   │   │       │   │   │   │   ├── scss
    │   │   │   │       │   │   │   │   │   ├── _animated.scss
    │   │   │   │       │   │   │   │   │   ├── _bordered-pulled.scss
    │   │   │   │       │   │   │   │   │   ├── _core.scss
    │   │   │   │       │   │   │   │   │   ├── _fixed-width.scss
    │   │   │   │       │   │   │   │   │   ├── _icons.scss
    │   │   │   │       │   │   │   │   │   ├── _larger.scss
    │   │   │   │       │   │   │   │   │   ├── _list.scss
    │   │   │   │       │   │   │   │   │   ├── _mixins.scss
    │   │   │   │       │   │   │   │   │   ├── _rotated-flipped.scss
    │   │   │   │       │   │   │   │   │   ├── _screen-reader.scss
    │   │   │   │       │   │   │   │   │   ├── _stacked.scss
    │   │   │   │       │   │   │   │   │   ├── _variables.scss
    │   │   │   │       │   │   │   │   │   ├── fa-brands.scss
    │   │   │   │       │   │   │   │   │   ├── fa-regular.scss
    │   │   │   │       │   │   │   │   │   ├── fa-solid.scss
    │   │   │   │       │   │   │   │   │   └── fontawesome.scss
    │   │   │   │       │   │   │   │   └── webfonts
    │   │   │   │       │   │   │   │       ├── fa-brands-400.eot
    │   │   │   │       │   │   │   │       ├── fa-brands-400.svg
    │   │   │   │       │   │   │   │       ├── fa-brands-400.ttf
    │   │   │   │       │   │   │   │       ├── fa-brands-400.woff
    │   │   │   │       │   │   │   │       ├── fa-brands-400.woff2
    │   │   │   │       │   │   │   │       ├── fa-regular-400.eot
    │   │   │   │       │   │   │   │       ├── fa-regular-400.svg
    │   │   │   │       │   │   │   │       ├── fa-regular-400.ttf
    │   │   │   │       │   │   │   │       ├── fa-regular-400.woff
    │   │   │   │       │   │   │   │       ├── fa-regular-400.woff2
    │   │   │   │       │   │   │   │       ├── fa-solid-900.eot
    │   │   │   │       │   │   │   │       ├── fa-solid-900.svg
    │   │   │   │       │   │   │   │       ├── fa-solid-900.ttf
    │   │   │   │       │   │   │   │       ├── fa-solid-900.woff
    │   │   │   │       │   │   │   │       └── fa-solid-900.woff2
    │   │   │   │       │   │   │   ├── simple-line-icons
    │   │   │   │       │   │   │   │   ├── css
    │   │   │   │       │   │   │   │   │   └── simple-line-icons.css
    │   │   │   │       │   │   │   │   ├── fonts
    │   │   │   │       │   │   │   │   │   ├── Simple-Line-Icons.eot
    │   │   │   │       │   │   │   │   │   ├── Simple-Line-Icons.svg
    │   │   │   │       │   │   │   │   │   ├── Simple-Line-Icons.ttf
    │   │   │   │       │   │   │   │   │   ├── Simple-Line-Icons.woff
    │   │   │   │       │   │   │   │   │   └── Simple-Line-Icons.woff2
    │   │   │   │       │   │   │   │   ├── less
    │   │   │   │       │   │   │   │   │   └── simple-line-icons.less
    │   │   │   │       │   │   │   │   └── scss
    │   │   │   │       │   │   │   │       └── simple-line-icons.scss
    │   │   │   │       │   │   │   ├── themify-icons
    │   │   │   │       │   │   │   │   ├── fonts
    │   │   │   │       │   │   │   │   │   ├── themify.eot
    │   │   │   │       │   │   │   │   │   ├── themify.svg
    │   │   │   │       │   │   │   │   │   ├── themify.ttf
    │   │   │   │       │   │   │   │   │   └── themify.woff
    │   │   │   │       │   │   │   │   ├── ie7
    │   │   │   │       │   │   │   │   │   ├── ie7.css
    │   │   │   │       │   │   │   │   │   └── ie7.js
    │   │   │   │       │   │   │   │   ├── themify-icons.css
    │   │   │   │       │   │   │   │   └── themify-icons.less
    │   │   │   │       │   │   │   └── weather-icons
    │   │   │   │       │   │   │       ├── css
    │   │   │   │       │   │   │       │   ├── weather-icons-core.css
    │   │   │   │       │   │   │       │   ├── weather-icons-variables.css
    │   │   │   │       │   │   │       │   ├── weather-icons-wind.css
    │   │   │   │       │   │   │       │   ├── weather-icons-wind.min.css
    │   │   │   │       │   │   │       │   ├── weather-icons.css
    │   │   │   │       │   │   │       │   └── weather-icons.min.css
    │   │   │   │       │   │   │       ├── fonts
    │   │   │   │       │   │   │       │   ├── weathericons-regular-webfont.eot
    │   │   │   │       │   │   │       │   ├── weathericons-regular-webfont.svg
    │   │   │   │       │   │   │       │   ├── weathericons-regular-webfont.ttf
    │   │   │   │       │   │   │       │   ├── weathericons-regular-webfont.woff
    │   │   │   │       │   │   │       │   └── weathericons-regular-webfont.woff2
    │   │   │   │       │   │   │       ├── less
    │   │   │   │       │   │   │       │   ├── css
    │   │   │   │       │   │   │       │   │   ├── variables-beaufort.css
    │   │   │   │       │   │   │       │   │   ├── variables-day.css
    │   │   │   │       │   │   │       │   │   ├── variables-direction.css
    │   │   │   │       │   │   │       │   │   ├── variables-misc.css
    │   │   │   │       │   │   │       │   │   ├── variables-moon.css
    │   │   │   │       │   │   │       │   │   ├── variables-neutral.css
    │   │   │   │       │   │   │       │   │   ├── variables-night.css
    │   │   │   │       │   │   │       │   │   ├── variables-time.css
    │   │   │   │       │   │   │       │   │   └── variables-wind-names.css
    │   │   │   │       │   │   │       │   ├── icon-classes
    │   │   │   │       │   │   │       │   │   ├── classes-beaufort.less
    │   │   │   │       │   │   │       │   │   ├── classes-day.less
    │   │   │   │       │   │   │       │   │   ├── classes-direction.less
    │   │   │   │       │   │   │       │   │   ├── classes-misc.less
    │   │   │   │       │   │   │       │   │   ├── classes-moon-aliases.less
    │   │   │   │       │   │   │       │   │   ├── classes-moon.less
    │   │   │   │       │   │   │       │   │   ├── classes-neutral.less
    │   │   │   │       │   │   │       │   │   ├── classes-night.less
    │   │   │   │       │   │   │       │   │   ├── classes-time.less
    │   │   │   │       │   │   │       │   │   ├── classes-wind-aliases.less
    │   │   │   │       │   │   │       │   │   ├── classes-wind-degrees.less
    │   │   │   │       │   │   │       │   │   └── classes-wind.less
    │   │   │   │       │   │   │       │   ├── icon-variables
    │   │   │   │       │   │   │       │   │   ├── variables-beaufort.less
    │   │   │   │       │   │   │       │   │   ├── variables-day.less
    │   │   │   │       │   │   │       │   │   ├── variables-direction.less
    │   │   │   │       │   │   │       │   │   ├── variables-misc.less
    │   │   │   │       │   │   │       │   │   ├── variables-moon.less
    │   │   │   │       │   │   │       │   │   ├── variables-neutral.less
    │   │   │   │       │   │   │       │   │   ├── variables-night.less
    │   │   │   │       │   │   │       │   │   ├── variables-time.less
    │   │   │   │       │   │   │       │   │   └── variables-wind-names.less
    │   │   │   │       │   │   │       │   ├── mappings
    │   │   │   │       │   │   │       │   │   ├── wi-forecast-io.less
    │   │   │   │       │   │   │       │   │   ├── wi-owm.less
    │   │   │   │       │   │   │       │   │   ├── wi-wmo4680.less
    │   │   │   │       │   │   │       │   │   └── wi-yahoo.less
    │   │   │   │       │   │   │       │   ├── weather-icons-classes.less
    │   │   │   │       │   │   │       │   ├── weather-icons-core.less
    │   │   │   │       │   │   │       │   ├── weather-icons-variables.less
    │   │   │   │       │   │   │       │   ├── weather-icons-wind.less
    │   │   │   │       │   │   │       │   ├── weather-icons-wind.min.less
    │   │   │   │       │   │   │       │   ├── weather-icons.less
    │   │   │   │       │   │   │       │   └── weather-icons.min.less
    │   │   │   │       │   │   │       └── sass
    │   │   │   │       │   │   │           ├── icon-classes
    │   │   │   │       │   │   │           │   ├── classes-beaufort.scss
    │   │   │   │       │   │   │           │   ├── classes-day.scss
    │   │   │   │       │   │   │           │   ├── classes-direction.scss
    │   │   │   │       │   │   │           │   ├── classes-misc.scss
    │   │   │   │       │   │   │           │   ├── classes-moon-aliases.scss
    │   │   │   │       │   │   │           │   ├── classes-moon.scss
    │   │   │   │       │   │   │           │   ├── classes-neutral.scss
    │   │   │   │       │   │   │           │   ├── classes-night.scss
    │   │   │   │       │   │   │           │   ├── classes-time.scss
    │   │   │   │       │   │   │           │   ├── classes-wind-aliases.scss
    │   │   │   │       │   │   │           │   ├── classes-wind-degrees.scss
    │   │   │   │       │   │   │           │   └── classes-wind.scss
    │   │   │   │       │   │   │           ├── icon-variables
    │   │   │   │       │   │   │           │   ├── variables-beaufort.scss
    │   │   │   │       │   │   │           │   ├── variables-day.scss
    │   │   │   │       │   │   │           │   ├── variables-direction.scss
    │   │   │   │       │   │   │           │   ├── variables-misc.scss
    │   │   │   │       │   │   │           │   ├── variables-moon.scss
    │   │   │   │       │   │   │           │   ├── variables-neutral.scss
    │   │   │   │       │   │   │           │   ├── variables-night.scss
    │   │   │   │       │   │   │           │   ├── variables-time.scss
    │   │   │   │       │   │   │           │   └── variables-wind-names.scss
    │   │   │   │       │   │   │           ├── mappings
    │   │   │   │       │   │   │           │   ├── wi-forecast-io.scss
    │   │   │   │       │   │   │           │   ├── wi-owm.scss
    │   │   │   │       │   │   │           │   ├── wi-wmo4680.scss
    │   │   │   │       │   │   │           │   └── wi-yahoo.scss
    │   │   │   │       │   │   │           ├── weather-icons-classes.scss
    │   │   │   │       │   │   │           ├── weather-icons-core.scss
    │   │   │   │       │   │   │           ├── weather-icons-variables.scss
    │   │   │   │       │   │   │           ├── weather-icons-wind.min.scss
    │   │   │   │       │   │   │           ├── weather-icons-wind.scss
    │   │   │   │       │   │   │           ├── weather-icons.min.scss
    │   │   │   │       │   │   │           └── weather-icons.scss
    │   │   │   │       │   │   ├── pages
    │   │   │   │       │   │   │   ├── authentication.css
    │   │   │   │       │   │   │   ├── dashboard1.css
    │   │   │   │       │   │   │   ├── dashboard2.css
    │   │   │   │       │   │   │   ├── dashboard3.css
    │   │   │   │       │   │   │   ├── data-table.css
    │   │   │   │       │   │   │   ├── easy-pie-chart.css
    │   │   │   │       │   │   │   ├── email.css
    │   │   │   │       │   │   │   ├── error-pages.css
    │   │   │   │       │   │   │   ├── float-chart.css
    │   │   │   │       │   │   │   ├── footable-page.css
    │   │   │   │       │   │   │   ├── form-page.css
    │   │   │   │       │   │   │   ├── landingpage.css
    │   │   │   │       │   │   │   ├── pages.css
    │   │   │   │       │   │   │   ├── pricing-page.css
    │   │   │   │       │   │   │   ├── taskboard.css
    │   │   │   │       │   │   │   ├── timeline-vertical-horizontal.css
    │   │   │   │       │   │   │   └── user-card.css
    │   │   │   │       │   │   ├── style.css
    │   │   │   │       │   │   ├── style.min.css
    │   │   │   │       │   │   ├── wangEditor.css
    │   │   │   │       │   │   ├── wangEditor.less
    │   │   │   │       │   │   └── wangEditor.min.css
    │   │   │   │       │   ├── demo-pages
    │   │   │   │       │   │   ├── fab-toolbar-demo.html
    │   │   │   │       │   │   ├── fullscreen-slider-demo.html
    │   │   │   │       │   │   ├── parallax-demo.html
    │   │   │   │       │   │   ├── pushpin-demo.html
    │   │   │   │       │   │   └── sample.html
    │   │   │   │       │   └── js
    │   │   │   │       │       ├── app-style-switcher.horizontal.js
    │   │   │   │       │       ├── app-style-switcher.js
    │   │   │   │       │       ├── app.init.boxed.js
    │   │   │   │       │       ├── app.init.dark.js
    │   │   │   │       │       ├── app.init.horizontal-fullwidth.js
    │   │   │   │       │       ├── app.init.horizontal.js
    │   │   │   │       │       ├── app.init.iconbar.js
    │   │   │   │       │       ├── app.init.js
    │   │   │   │       │       ├── app.init.light-sidebar.js
    │   │   │   │       │       ├── app.init.mini-sidebar.js
    │   │   │   │       │       ├── app.init.overlay.js
    │   │   │   │       │       ├── app.js
    │   │   │   │       │       ├── custom.js
    │   │   │   │       │       ├── custom.min.js
    │   │   │   │       │       ├── lib
    │   │   │   │       │       │   ├── jquery-1.10.2.min.js
    │   │   │   │       │       │   └── jquery-2.2.1.js
    │   │   │   │       │       ├── materialize.js
    │   │   │   │       │       ├── materialize.min.js
    │   │   │   │       │       ├── pages
    │   │   │   │       │       │   ├── calendar
    │   │   │   │       │       │   │   └── cal-init.js
    │   │   │   │       │       │   ├── dashboards
    │   │   │   │       │       │   │   ├── dashboard1.js
    │   │   │   │       │       │   │   ├── dashboard2.js
    │   │   │   │       │       │   │   ├── dashboard3.js
    │   │   │   │       │       │   │   └── dashboard5.js
    │   │   │   │       │       │   ├── datatable
    │   │   │   │       │       │   │   ├── German.json
    │   │   │   │       │       │   │   ├── data.json
    │   │   │   │       │       │   │   ├── datatable-advanced.init.js
    │   │   │   │       │       │   │   ├── datatable-api.init.js
    │   │   │   │       │       │   │   ├── datatable-basic.init.js
    │   │   │   │       │       │   │   ├── details_close.png
    │   │   │   │       │       │   │   └── details_open.png
    │   │   │   │       │       │   ├── echarts
    │   │   │   │       │       │   │   ├── bar
    │   │   │   │       │       │   │   │   └── bar.js
    │   │   │   │       │       │   │   ├── line
    │   │   │   │       │       │   │   │   └── line-charts.js
    │   │   │   │       │       │   │   └── pie-doughnut
    │   │   │   │       │       │   │       └── pie-doghnut.js
    │   │   │   │       │       │   ├── flot
    │   │   │   │       │       │   │   └── flot-data.js
    │   │   │   │       │       │   ├── footable
    │   │   │   │       │       │   │   └── footable-init.js
    │   │   │   │       │       │   ├── forms
    │   │   │   │       │       │   │   ├── datetimepicker
    │   │   │   │       │       │   │   │   └── datetimepicker.init.js
    │   │   │   │       │       │   │   ├── formatter.js
    │   │   │   │       │       │   │   ├── jquery.validate.min.js
    │   │   │   │       │       │   │   └── mask
    │   │   │   │       │       │   │       ├── mask.init.js
    │   │   │   │       │       │   │       └── mask.js
    │   │   │   │       │       │   ├── inbox
    │   │   │   │       │       │   │   └── email.js
    │   │   │   │       │       │   ├── jsgrid
    │   │   │   │       │       │   │   └── jsgrid-init.js
    │   │   │   │       │       │   ├── maps
    │   │   │   │       │       │   │   └── map-google.init.js
    │   │   │   │       │       │   ├── morris
    │   │   │   │       │       │   │   └── morris-data.js
    │   │   │   │       │       │   ├── samplepages
    │   │   │   │       │       │   │   └── jquery.PrintArea.js
    │   │   │   │       │       │   └── sparkline
    │   │   │   │       │       │       └── jquery.charts-sparkline.js
    │   │   │   │       │       ├── wangEditor.js
    │   │   │   │       │       └── wangEditor.min.js
    │   │   │   │       ├── edit
    │   │   │   │       │   ├── images
    │   │   │   │       │   │   └── image.png
    │   │   │   │       │   ├── scripts
    │   │   │   │       │   │   ├── hotkeys.js
    │   │   │   │       │   │   ├── hotkeys.min.js
    │   │   │   │       │   │   ├── jquery.min.js
    │   │   │   │       │   │   ├── module.js
    │   │   │   │       │   │   ├── module.min.js
    │   │   │   │       │   │   ├── simditor.js
    │   │   │   │       │   │   ├── simditor.min.js
    │   │   │   │       │   │   ├── uploader.js
    │   │   │   │       │   │   └── uploader.min.js
    │   │   │   │       │   └── styles
    │   │   │   │       │       ├── editor.scss
    │   │   │   │       │       ├── fonticon.scss
    │   │   │   │       │       ├── simditor.css
    │   │   │   │       │       └── simditor.scss
    │   │   │   │       ├── extra-libs
    │   │   │   │       │   ├── DataTables
    │   │   │   │       │   │   ├── datatables.css
    │   │   │   │       │   │   ├── datatables.js
    │   │   │   │       │   │   ├── datatables.min.css
    │   │   │   │       │   │   ├── datatables.min.js
    │   │   │   │       │   │   └── media
    │   │   │   │       │   │       ├── css
    │   │   │   │       │   │       │   ├── dataTables.bootstrap.css
    │   │   │   │       │   │       │   ├── dataTables.bootstrap.min.css
    │   │   │   │       │   │       │   ├── dataTables.bootstrap4.css
    │   │   │   │       │   │       │   ├── dataTables.bootstrap4.min.css
    │   │   │   │       │   │       │   ├── dataTables.foundation.css
    │   │   │   │       │   │       │   ├── dataTables.foundation.min.css
    │   │   │   │       │   │       │   ├── dataTables.jqueryui.css
    │   │   │   │       │   │       │   ├── dataTables.jqueryui.min.css
    │   │   │   │       │   │       │   ├── dataTables.semanticui.css
    │   │   │   │       │   │       │   ├── dataTables.semanticui.min.css
    │   │   │   │       │   │       │   ├── jquery.dataTables.css
    │   │   │   │       │   │       │   └── jquery.dataTables.min.css
    │   │   │   │       │   │       ├── images
    │   │   │   │       │   │       │   ├── sort_asc.png
    │   │   │   │       │   │       │   ├── sort_asc_disabled.png
    │   │   │   │       │   │       │   ├── sort_both.png
    │   │   │   │       │   │       │   ├── sort_desc.png
    │   │   │   │       │   │       │   └── sort_desc_disabled.png
    │   │   │   │       │   │       └── js
    │   │   │   │       │   │           ├── dataTables.bootstrap.js
    │   │   │   │       │   │           ├── dataTables.bootstrap.min.js
    │   │   │   │       │   │           ├── dataTables.bootstrap4.js
    │   │   │   │       │   │           ├── dataTables.bootstrap4.min.js
    │   │   │   │       │   │           ├── dataTables.foundation.js
    │   │   │   │       │   │           ├── dataTables.foundation.min.js
    │   │   │   │       │   │           ├── dataTables.jqueryui.js
    │   │   │   │       │   │           ├── dataTables.jqueryui.min.js
    │   │   │   │       │   │           ├── dataTables.semanticui.js
    │   │   │   │       │   │           ├── dataTables.semanticui.min.js
    │   │   │   │       │   │           ├── jquery.dataTables.js
    │   │   │   │       │   │           └── jquery.dataTables.min.js
    │   │   │   │       │   ├── sparkline
    │   │   │   │       │   │   └── sparkline.js
    │   │   │   │       │   └── toastr
    │   │   │   │       │       └── toastr-init.js
    │   │   │   │       ├── images
    │   │   │   │       │   ├── alert
    │   │   │   │       │   │   ├── alert.png
    │   │   │   │       │   │   ├── alert2.png
    │   │   │   │       │   │   ├── alert3.png
    │   │   │   │       │   │   ├── alert4.png
    │   │   │   │       │   │   ├── alert5.png
    │   │   │   │       │   │   ├── alert6.png
    │   │   │   │       │   │   └── alert7.png
    │   │   │   │       │   ├── big
    │   │   │   │       │   │   └── auth-bg.jpg
    │   │   │   │       │   ├── caption.jpg
    │   │   │   │       │   ├── cards
    │   │   │   │       │   │   ├── active-bg.jpg
    │   │   │   │       │   │   ├── h-card.jpg
    │   │   │   │       │   │   ├── office.jpg
    │   │   │   │       │   │   └── sample-1.jpg
    │   │   │   │       │   ├── carousel
    │   │   │   │       │   │   ├── 1.jpg
    │   │   │   │       │   │   ├── 2.jpg
    │   │   │   │       │   │   ├── 3.jpg
    │   │   │   │       │   │   ├── 4.jpg
    │   │   │   │       │   │   ├── ca1.jpg
    │   │   │   │       │   │   ├── ca2.jpg
    │   │   │   │       │   │   └── img6.jpg
    │   │   │   │       │   ├── collections
    │   │   │   │       │   │   └── yuna.jpg
    │   │   │   │       │   ├── favicon.png
    │   │   │   │       │   ├── logo-icon.png
    │   │   │   │       │   ├── logo-light-icon.png
    │   │   │   │       │   ├── logo-light-text.png
    │   │   │   │       │   ├── logo-text.png
    │   │   │   │       │   ├── parallax1.jpg
    │   │   │   │       │   ├── parallax2.jpg
    │   │   │   │       │   ├── product
    │   │   │   │       │   │   ├── chair.png
    │   │   │   │       │   │   ├── chair2.png
    │   │   │   │       │   │   ├── chair3.png
    │   │   │   │       │   │   ├── chair4.png
    │   │   │   │       │   │   ├── ipad.png
    │   │   │   │       │   │   ├── iphone.png
    │   │   │   │       │   │   └── iwatch.png
    │   │   │   │       │   ├── rating
    │   │   │   │       │   │   ├── cancel-off.png
    │   │   │   │       │   │   ├── cancel-on.png
    │   │   │   │       │   │   ├── heart.png
    │   │   │   │       │   │   ├── like.png
    │   │   │   │       │   │   ├── star-half-mono.png
    │   │   │   │       │   │   ├── star-half.png
    │   │   │   │       │   │   ├── star-off.png
    │   │   │   │       │   │   └── star-on.png
    │   │   │   │       │   ├── sample-1.jpg
    │   │   │   │       │   ├── user-bg.jpg
    │   │   │   │       │   ├── users
    │   │   │   │       │   │   ├── 1.jpg
    │   │   │   │       │   │   ├── 1.png
    │   │   │   │       │   │   ├── 2.jpg
    │   │   │   │       │   │   ├── 2.png
    │   │   │   │       │   │   ├── 3.jpg
    │   │   │   │       │   │   ├── 3.png
    │   │   │   │       │   │   ├── 4.jpg
    │   │   │   │       │   │   ├── 5.jpg
    │   │   │   │       │   │   ├── 6.jpg
    │   │   │   │       │   │   ├── 7.jpg
    │   │   │   │       │   │   ├── 8.jpg
    │   │   │   │       │   │   ├── d1.jpg
    │   │   │   │       │   │   ├── d2.jpg
    │   │   │   │       │   │   ├── d3.jpg
    │   │   │   │       │   │   ├── d4.jpg
    │   │   │   │       │   │   ├── d5.jpg
    │   │   │   │       │   │   └── profile.png
    │   │   │   │       │   └── yuna.jpg
    │   │   │   │       ├── js
    │   │   │   │       │   ├── addint.js
    │   │   │   │       │   ├── config.js
    │   │   │   │       │   ├── editpay.js
    │   │   │   │       │   ├── editvip.js
    │   │   │   │       │   ├── mail.js
    │   │   │   │       │   ├── modal_dialog.js
    │   │   │   │       │   ├── system.js
    │   │   │   │       │   ├── uppass.js
    │   │   │   │       │   └── vip.js
    │   │   │   │       └── libs
    │   │   │   │           ├── jquery
    │   │   │   │           │   └── dist
    │   │   │   │           │       ├── core.js
    │   │   │   │           │       ├── jquery.min.js
    │   │   │   │           │       └── jquery.slim.min.js
    │   │   │   │           ├── perfect-scrollbar
    │   │   │   │           │   └── dist
    │   │   │   │           │       ├── css
    │   │   │   │           │       │   └── perfect-scrollbar.min.css
    │   │   │   │           │       ├── js
    │   │   │   │           │       │   ├── perfect-scrollbar.jquery.min.js
    │   │   │   │           │       │   └── perfect-scrollbar.min.js
    │   │   │   │           │       ├── perfect-scrollbar.common.js
    │   │   │   │           │       ├── perfect-scrollbar.esm.js
    │   │   │   │           │       ├── perfect-scrollbar.jquery.min.js
    │   │   │   │           │       └── perfect-scrollbar.min.js
    │   │   │   │           └── toastr
    │   │   │   │               ├── build
    │   │   │   │               │   ├── toastr.min.css
    │   │   │   │               │   └── toastr.min.js
    │   │   │   │               ├── demo.html
    │   │   │   │               ├── karma.conf.js
    │   │   │   │               ├── nuget
    │   │   │   │               │   ├── content
    │   │   │   │               │   │   ├── content
    │   │   │   │               │   │   │   └── toastr.min.css
    │   │   │   │               │   │   └── scripts
    │   │   │   │               │   │       └── toastr.min.js
    │   │   │   │               │   ├── toastr.1.0.0.nupkg
    │   │   │   │               │   ├── toastr.1.0.0.nuspec
    │   │   │   │               │   ├── toastr.1.0.1.nupkg
    │   │   │   │               │   ├── toastr.1.0.1.nuspec
    │   │   │   │               │   ├── toastr.1.0.2.nupkg
    │   │   │   │               │   ├── toastr.1.0.2.nuspec
    │   │   │   │               │   ├── toastr.1.0.3.nupkg
    │   │   │   │               │   ├── toastr.1.0.3.nuspec
    │   │   │   │               │   ├── toastr.1.1.0.nupkg
    │   │   │   │               │   ├── toastr.1.1.0.nuspec
    │   │   │   │               │   ├── toastr.1.1.1.nupkg
    │   │   │   │               │   ├── toastr.1.1.1.nuspec
    │   │   │   │               │   ├── toastr.1.1.2.nupkg
    │   │   │   │               │   ├── toastr.1.1.2.nuspec
    │   │   │   │               │   ├── toastr.1.1.3.nupkg
    │   │   │   │               │   ├── toastr.1.1.4.1.nupkg
    │   │   │   │               │   ├── toastr.1.1.4.1.nuspec
    │   │   │   │               │   ├── toastr.1.1.4.2.nupkg
    │   │   │   │               │   ├── toastr.1.1.4.2.nuspec
    │   │   │   │               │   ├── toastr.1.1.4.nupkg
    │   │   │   │               │   ├── toastr.1.1.4.nuspec
    │   │   │   │               │   ├── toastr.1.1.5.nupkg
    │   │   │   │               │   ├── toastr.1.1.5.nuspec
    │   │   │   │               │   ├── toastr.1.2.0.nupkg
    │   │   │   │               │   ├── toastr.1.2.0.nuspec
    │   │   │   │               │   ├── toastr.1.2.1.nupkg
    │   │   │   │               │   ├── toastr.1.2.1.nuspec
    │   │   │   │               │   ├── toastr.1.2.2.nupkg
    │   │   │   │               │   ├── toastr.1.2.2.nuspec
    │   │   │   │               │   ├── toastr.1.3.0.nupkg
    │   │   │   │               │   ├── toastr.1.3.0.nuspec
    │   │   │   │               │   ├── toastr.1.3.1.nupkg
    │   │   │   │               │   ├── toastr.1.3.1.nuspec
    │   │   │   │               │   ├── toastr.2.0.0-rc1.nupkg
    │   │   │   │               │   ├── toastr.2.0.0-rc1.nuspec
    │   │   │   │               │   ├── toastr.2.0.1.nupkg
    │   │   │   │               │   ├── toastr.2.0.1.nuspec
    │   │   │   │               │   ├── toastr.2.0.2.nupkg
    │   │   │   │               │   ├── toastr.2.0.2.nuspec
    │   │   │   │               │   ├── toastr.2.0.3.nupkg
    │   │   │   │               │   └── toastr.2.0.3.nuspec
    │   │   │   │               ├── toastr-icon.png
    │   │   │   │               └── toastr.js
    │   │   │   └── home
    │   │   │       ├── assets
    │   │   │       │   ├── css
    │   │   │       │   │   ├── custom.css
    │   │   │       │   │   └── lime.min.css
    │   │   │       │   ├── images
    │   │   │       │   │   ├── 1577268970151521.gif
    │   │   │       │   │   ├── 404.svg
    │   │   │       │   │   ├── 500.svg
    │   │   │       │   │   ├── bg.png
    │   │   │       │   │   ├── coming-soon.svg
    │   │   │       │   │   ├── dashboard-info.svg
    │   │   │       │   │   ├── dashboard-info1.svg
    │   │   │       │   │   ├── douyin.png
    │   │   │       │   │   ├── error.png
    │   │   │       │   │   ├── file-manager-upgrade.svg
    │   │   │       │   │   ├── huoshan.png
    │   │   │       │   │   ├── kuaishou.png
    │   │   │       │   │   ├── pipixia.png
    │   │   │       │   │   ├── success.png
    │   │   │       │   │   ├── toutiao.png
    │   │   │       │   │   ├── tuijian.png
    │   │   │       │   │   ├── weishi.png
    │   │   │       │   │   ├── xigua.jpg
    │   │   │       │   │   └── zuiyou.png
    │   │   │       │   ├── js
    │   │   │       │   │   ├── jquery-3.1.1.min.js
    │   │   │       │   │   ├── lime.min.js
    │   │   │       │   │   ├── modal_dialog.js
    │   │   │       │   │   ├── pages
    │   │   │       │   │   │   ├── charts.js
    │   │   │       │   │   │   ├── dashboard.js
    │   │   │       │   │   │   ├── image_zoom.js
    │   │   │       │   │   │   ├── plupload.js
    │   │   │       │   │   │   ├── select2.js
    │   │   │       │   │   │   ├── sliders.js
    │   │   │       │   │   │   ├── toastr.js
    │   │   │       │   │   │   └── todo.js
    │   │   │       │   │   └── qrcode.js
    │   │   │       │   ├── plugins
    │   │   │       │   │   ├── apexcharts
    │   │   │       │   │   │   └── dist
    │   │   │       │   │   │       └── apexcharts.min.js
    │   │   │       │   │   ├── bootstrap
    │   │   │       │   │   │   ├── css
    │   │   │       │   │   │   │   └── bootstrap.min.css
    │   │   │       │   │   │   ├── js
    │   │   │       │   │   │   │   └── bootstrap.min.js
    │   │   │       │   │   │   └── popper.min.js
    │   │   │       │   │   ├── chartjs
    │   │   │       │   │   │   └── chart.min.js
    │   │   │       │   │   ├── cropper-master
    │   │   │       │   │   │   ├── cropper.min.css
    │   │   │       │   │   │   └── cropper.min.js
    │   │   │       │   │   ├── elevatezoom
    │   │   │       │   │   │   └── jquery.elevatezoom-3.0.8.min.js
    │   │   │       │   │   ├── font-awesome
    │   │   │       │   │   │   ├── css
    │   │   │       │   │   │   │   └── all.min.css
    │   │   │       │   │   │   └── webfonts
    │   │   │       │   │   │       ├── fa-brands-400.woff2
    │   │   │       │   │   │       ├── fa-regular-400.woff2
    │   │   │       │   │   │       └── fa-solid-900.woff2
    │   │   │       │   │   ├── ion-slider
    │   │   │       │   │   │   ├── css
    │   │   │       │   │   │   │   └── ion.rangeSlider.min.css
    │   │   │       │   │   │   └── js
    │   │   │       │   │   │       └── ion.rangeSlider.min.js
    │   │   │       │   │   ├── jquery
    │   │   │       │   │   │   └── jquery-3.1.0.min.js
    │   │   │       │   │   ├── jquery-slimscroll
    │   │   │       │   │   │   └── jquery.slimscroll.min.js
    │   │   │       │   │   ├── plupload
    │   │   │       │   │   │   └── js
    │   │   │       │   │   │       ├── jquery.plupload.queue
    │   │   │       │   │   │       │   ├── css
    │   │   │       │   │   │       │   │   └── jquery.plupload.queue.css
    │   │   │       │   │   │       │   └── jquery.plupload.queue.min.js
    │   │   │       │   │   │       └── plupload.full.min.js
    │   │   │       │   │   ├── select2
    │   │   │       │   │   │   ├── css
    │   │   │       │   │   │   │   └── select2.min.css
    │   │   │       │   │   │   └── js
    │   │   │       │   │   │       └── select2.full.min.js
    │   │   │       │   │   └── toastr
    │   │   │       │   │       ├── toastr.min.css
    │   │   │       │   │       └── toastr.min.js
    │   │   │       │   └── vip
    │   │   │       │       ├── byvip.png
    │   │   │       │       ├── hjvip.png
    │   │   │       │       └── qtvip.png
    │   │   │       ├── config.txt
    │   │   │       ├── js
    │   │   │       │   ├── MvBBBj.js
    │   │   │       │   ├── eEjVBX.js
    │   │   │       │   └── script.js
    │   │   │       ├── logo.gif
    │   │   │       └── 使用说明.html
    │   │   └── uploads
    │   │       ├── 20200202
    │   │       │   ├── 366fe19c7b25600166f39af638e687a8.jpg
    │   │       │   └── cb3fd2ee81c8aea9dba317bf3a1154a2.png
    │   │       └── 20210802
    │   │           └── fd6a489c9269b1e47c9e0ebc56cea01e.jpg
    │   ├── rewrite.conf
    │   ├── runtime
    │   │   ├── cache
    │   │   ├── log
    │   │   │   ├── 202012
    │   │   │   │   ├── 07.log
    │   │   │   │   ├── 08.log
    │   │   │   │   ├── 09.log
    │   │   │   │   └── 10.log
    │   │   │   ├── 202101
    │   │   │   │   └── 19.log
    │   │   │   ├── 202103
    │   │   │   │   └── 20.log
    │   │   │   ├── 202105
    │   │   │   │   └── 13.log
    │   │   │   └── 202108
    │   │   │       ├── 01.log
    │   │   │       ├── 02.log
    │   │   │       └── 03.log
    │   │   └── temp
    │   │       ├── 520224577c7023099488c74e4a062261.php
    │   │       ├── 8c4bb423079caa5ac60be9dcb5cdc56a.php
    │   │       └── cd5e398c948e315ad0117f3c182ec579.php
    │   ├── think
    │   ├── thinkphp
    │   │   ├── CONTRIBUTING.md
    │   │   ├── LICENSE.txt
    │   │   ├── README.md
    │   │   ├── base.php
    │   │   ├── codecov.yml
    │   │   ├── composer.json
    │   │   ├── console.php
    │   │   ├── convention.php
    │   │   ├── helper.php
    │   │   ├── lang
    │   │   │   └── zh-cn.php
    │   │   ├── library
    │   │   │   ├── think
    │   │   │   │   ├── App.php
    │   │   │   │   ├── Build.php
    │   │   │   │   ├── Cache.php
    │   │   │   │   ├── Collection.php
    │   │   │   │   ├── Config.php
    │   │   │   │   ├── Console.php
    │   │   │   │   ├── Controller.php
    │   │   │   │   ├── Cookie.php
    │   │   │   │   ├── Db.php
    │   │   │   │   ├── Debug.php
    │   │   │   │   ├── Env.php
    │   │   │   │   ├── Error.php
    │   │   │   │   ├── Exception.php
    │   │   │   │   ├── File.php
    │   │   │   │   ├── Hook.php
    │   │   │   │   ├── Lang.php
    │   │   │   │   ├── Loader.php
    │   │   │   │   ├── Log.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
    │   │   │   │   │   ├── bin
    │   │   │   │   │   │   ├── README.md
    │   │   │   │   │   │   └── hiddeninput.exe
    │   │   │   │   │   ├── command
    │   │   │   │   │   │   ├── Build.php
    │   │   │   │   │   │   ├── Clear.php
    │   │   │   │   │   │   ├── Help.php
    │   │   │   │   │   │   ├── Lists.php
    │   │   │   │   │   │   ├── Make.php
    │   │   │   │   │   │   ├── make
    │   │   │   │   │   │   │   ├── Controller.php
    │   │   │   │   │   │   │   ├── Model.php
    │   │   │   │   │   │   │   └── stubs
    │   │   │   │   │   │   │       ├── controller.plain.stub
    │   │   │   │   │   │   │       ├── controller.stub
    │   │   │   │   │   │   │       └── model.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
    │   │   │   │   ├── controller
    │   │   │   │   │   ├── Rest.php
    │   │   │   │   │   └── Yar.php
    │   │   │   │   ├── db
    │   │   │   │   │   ├── Builder.php
    │   │   │   │   │   ├── Connection.php
    │   │   │   │   │   ├── Expression.php
    │   │   │   │   │   ├── Query.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
    │   │   │   │   ├── log
    │   │   │   │   │   └── driver
    │   │   │   │   │       ├── File.php
    │   │   │   │   │       ├── Socket.php
    │   │   │   │   │       └── Test.php
    │   │   │   │   ├── model
    │   │   │   │   │   ├── Collection.php
    │   │   │   │   │   ├── Merge.php
    │   │   │   │   │   ├── Pivot.php
    │   │   │   │   │   ├── Relation.php
    │   │   │   │   │   └── relation
    │   │   │   │   │       ├── BelongsTo.php
    │   │   │   │   │       ├── BelongsToMany.php
    │   │   │   │   │       ├── HasMany.php
    │   │   │   │   │       ├── HasManyThrough.php
    │   │   │   │   │       ├── HasOne.php
    │   │   │   │   │       ├── MorphMany.php
    │   │   │   │   │       ├── MorphOne.php
    │   │   │   │   │       ├── MorphTo.php
    │   │   │   │   │       └── OneToOne.php
    │   │   │   │   ├── paginator
    │   │   │   │   │   └── driver
    │   │   │   │   │       ├── Bootstrap.php
    │   │   │   │   │       └── Bootstrapdetailed.php
    │   │   │   │   ├── process
    │   │   │   │   │   ├── Builder.php
    │   │   │   │   │   ├── Utils.php
    │   │   │   │   │   ├── exception
    │   │   │   │   │   │   ├── Failed.php
    │   │   │   │   │   │   └── Timeout.php
    │   │   │   │   │   └── pipes
    │   │   │   │   │       ├── Pipes.php
    │   │   │   │   │       ├── Unix.php
    │   │   │   │   │       └── Windows.php
    │   │   │   │   ├── response
    │   │   │   │   │   ├── Json.php
    │   │   │   │   │   ├── Jsonp.php
    │   │   │   │   │   ├── Redirect.php
    │   │   │   │   │   ├── View.php
    │   │   │   │   │   └── Xml.php
    │   │   │   │   ├── session
    │   │   │   │   │   └── driver
    │   │   │   │   │       ├── Memcache.php
    │   │   │   │   │       ├── Memcached.php
    │   │   │   │   │       └── Redis.php
    │   │   │   │   ├── template
    │   │   │   │   │   ├── TagLib.php
    │   │   │   │   │   ├── driver
    │   │   │   │   │   │   └── File.php
    │   │   │   │   │   └── taglib
    │   │   │   │   │       └── Cx.php
    │   │   │   │   └── view
    │   │   │   │       └── driver
    │   │   │   │           ├── Php.php
    │   │   │   │           └── Think.php
    │   │   │   └── traits
    │   │   │       ├── controller
    │   │   │       │   └── Jump.php
    │   │   │       ├── model
    │   │   │       │   └── SoftDelete.php
    │   │   │       └── think
    │   │   │           └── Instance.php
    │   │   ├── logo.png
    │   │   ├── phpunit.xml
    │   │   ├── start.php
    │   │   └── tpl
    │   │       ├── config.txt
    │   │       ├── default_index.tpl
    │   │       ├── dispatch_jump.tpl
    │   │       ├── dispatch_jump1.tpl
    │   │       ├── logo.gif
    │   │       ├── page_trace.tpl
    │   │       ├── think_exception.tpl
    │   │       └── 使用说明.html
    │   └── vendor
    │       ├── alipay
    │       │   ├── AopSdk.php
    │       │   ├── aop
    │       │   │   ├── AlipayMobilePublicMultiMediaClient.php
    │       │   │   ├── AlipayMobilePublicMultiMediaExecute.php
    │       │   │   ├── AopClient.php
    │       │   │   ├── AopEncrypt.php
    │       │   │   ├── EncryptParseItem.php
    │       │   │   ├── EncryptResponseData.php
    │       │   │   ├── request
    │       │   │   │   ├── AlipayAccountExrateRatequeryRequest.php
    │       │   │   │   ├── AlipayAcquireCancelRequest.php
    │       │   │   │   ├── AlipayAcquireCloseRequest.php
    │       │   │   │   ├── AlipayAcquireCreateandpayRequest.php
    │       │   │   │   ├── AlipayAcquirePrecreateRequest.php
    │       │   │   │   ├── AlipayAcquireQueryRequest.php
    │       │   │   │   ├── AlipayAcquireRefundRequest.php
    │       │   │   │   ├── AlipayAppTokenGetRequest.php
    │       │   │   │   ├── AlipayAssetAccountBindRequest.php
    │       │   │   │   ├── AlipayAssetAccountGetRequest.php
    │       │   │   │   ├── AlipayAssetAccountUnbindRequest.php
    │       │   │   │   ├── AlipayAssetPointBalanceQueryRequest.php
    │       │   │   │   ├── AlipayAssetPointBudgetQueryRequest.php
    │       │   │   │   ├── AlipayAssetPointOrderCreateRequest.php
    │       │   │   │   ├── AlipayAssetPointOrderQueryRequest.php
    │       │   │   │   ├── AlipayBossCsChannelQueryRequest.php
    │       │   │   │   ├── AlipayBossProdArrangementOfflineQueryRequest.php
    │       │   │   │   ├── AlipayCommerceCityfacilitatorCityQueryRequest.php
    │       │   │   │   ├── AlipayCommerceCityfacilitatorDepositCancelRequest.php
    │       │   │   │   ├── AlipayCommerceCityfacilitatorDepositConfirmRequest.php
    │       │   │   │   ├── AlipayCommerceCityfacilitatorDepositQueryRequest.php
    │       │   │   │   ├── AlipayCommerceCityfacilitatorFunctionQueryRequest.php
    │       │   │   │   ├── AlipayCommerceCityfacilitatorScriptQueryRequest.php
    │       │   │   │   ├── AlipayCommerceCityfacilitatorVoucherCancelRequest.php
    │       │   │   │   ├── AlipayCommerceCityfacilitatorVoucherConfirmRequest.php
    │       │   │   │   ├── AlipayCommerceCityfacilitatorVoucherQueryRequest.php
    │       │   │   │   ├── AlipayCommerceCityfacilitatorVoucherUploadRequest.php
    │       │   │   │   ├── AlipayCommerceEducateStudentinfoShareRequest.php
    │       │   │   │   ├── AlipayCommerceMedicalCardQueryRequest.php
    │       │   │   │   ├── AlipayCommerceMedicalInstcardBindRequest.php
    │       │   │   │   ├── AlipayCommerceMedicalInstcardCreateandpayRequest.php
    │       │   │   │   ├── AlipayDataBillDownloadurlGetRequest.php
    │       │   │   │   ├── AlipayDataDataexchangeSfasdfRequest.php
    │       │   │   │   ├── AlipayDataDataserviceBillDownloadurlQueryRequest.php
    │       │   │   │   ├── AlipayDataDataserviceChinaremodelQueryRequest.php
    │       │   │   │   ├── AlipayDataDataserviceCodeRecoRequest.php
    │       │   │   │   ├── AlipayDataDataserviceSdfsdfRequest.php
    │       │   │   │   ├── AlipayDataDataserviceUserlevelZrankGetRequest.php
    │       │   │   │   ├── AlipayEbppBillAddRequest.php
    │       │   │   │   ├── AlipayEbppBillBatchPayurlGetRequest.php
    │       │   │   │   ├── AlipayEbppBillGetRequest.php
    │       │   │   │   ├── AlipayEbppBillPayRequest.php
    │       │   │   │   ├── AlipayEbppBillPayurlGetRequest.php
    │       │   │   │   ├── AlipayEbppBillSearchRequest.php
    │       │   │   │   ├── AlipayEbppMerchantConfigGetRequest.php
    │       │   │   │   ├── AlipayEbppPdeductBillPayStatusRequest.php
    │       │   │   │   ├── AlipayEcapiprodCreditGetRequest.php
    │       │   │   │   ├── AlipayEcapiprodDataPutRequest.php
    │       │   │   │   ├── AlipayEcapiprodDrawndnContractGetRequest.php
    │       │   │   │   ├── AlipayEcapiprodDrawndnDrawndnlistQueryRequest.php
    │       │   │   │   ├── AlipayEcapiprodDrawndnFeerecordQueryRequest.php
    │       │   │   │   ├── AlipayEcapiprodDrawndnLendingrecordQueryRequest.php
    │       │   │   │   ├── AlipayEcapiprodDrawndnPaymentscheduleGetRequest.php
    │       │   │   │   ├── AlipayEcapiprodDrawndnRepaymentrecordQueryRequest.php
    │       │   │   │   ├── AlipayEcardEduPublicBindRequest.php
    │       │   │   │   ├── AlipayEcoMycarCarlibInfoPushRequest.php
    │       │   │   │   ├── AlipayEcoMycarDataExternalQueryRequest.php
    │       │   │   │   ├── AlipayEcoMycarDataExternalSendRequest.php
    │       │   │   │   ├── AlipayEcoMycarDataserviceViolationinfoShareRequest.php
    │       │   │   │   ├── AlipayEcoMycarPromoTicketPushRequest.php
    │       │   │   │   ├── AlipayEcoMycarPromoTicketSyncRequest.php
    │       │   │   │   ├── AlipayEcoMycarViolationCityPushRequest.php
    │       │   │   │   ├── AlipayEcoMycarViolationInfoPushRequest.php
    │       │   │   │   ├── AlipayExscUserCurrentsignGetRequest.php
    │       │   │   │   ├── AlipayExscUserFirstfundinpourGetRequest.php
    │       │   │   │   ├── AlipayExscUserFirstsignGetRequest.php
    │       │   │   │   ├── AlipayFlashsalesStockSyncUpdateRequest.php
    │       │   │   │   ├── AlipayMappprodAccountBindingSyncRequest.php
    │       │   │   │   ├── AlipayMarketingCampaignActivityOfflineCreateRequest.php
    │       │   │   │   ├── AlipayMarketingCampaignActivityOfflineTriggerRequest.php
    │       │   │   │   ├── AlipayMarketingCdpAdvertiseCreateRequest.php
    │       │   │   │   ├── AlipayMarketingCdpAdvertiseModifyRequest.php
    │       │   │   │   ├── AlipayMarketingCdpAdvertiseOperateRequest.php
    │       │   │   │   ├── AlipayMarketingCdpAdvertiseQueryRequest.php
    │       │   │   │   ├── AlipayMarketingCdpRecommendQueryRequest.php
    │       │   │   │   ├── AlipayMdataTagGetRequest.php
    │       │   │   │   ├── AlipayMemberCardDeletecardRequest.php
    │       │   │   │   ├── AlipayMemberCardOpenRequest.php
    │       │   │   │   ├── AlipayMemberCardQueryRequest.php
    │       │   │   │   ├── AlipayMemberConsumeNotifyRequest.php
    │       │   │   │   ├── AlipayMemberCouponQuerylistRequest.php
    │       │   │   │   ├── AlipayMicropayOrderConfirmpayurlGetRequest.php
    │       │   │   │   ├── AlipayMicropayOrderDirectPayRequest.php
    │       │   │   │   ├── AlipayMicropayOrderFreezeRequest.php
    │       │   │   │   ├── AlipayMicropayOrderFreezepayurlGetRequest.php
    │       │   │   │   ├── AlipayMicropayOrderGetRequest.php
    │       │   │   │   ├── AlipayMicropayOrderUnfreezeRequest.php
    │       │   │   │   ├── AlipayMobileBeaconDeviceAddRequest.php
    │       │   │   │   ├── AlipayMobileBeaconDeviceDeleteRequest.php
    │       │   │   │   ├── AlipayMobileBeaconDeviceModifyRequest.php
    │       │   │   │   ├── AlipayMobileBeaconDeviceQueryRequest.php
    │       │   │   │   ├── AlipayMobileBeaconMessageSendRequest.php
    │       │   │   │   ├── AlipayMobileBksigntokenVerifyRequest.php
    │       │   │   │   ├── AlipayMobileCodeCreateRequest.php
    │       │   │   │   ├── AlipayMobileCodeQueryRequest.php
    │       │   │   │   ├── AlipayMobileDeviceinfoDynamicinfoAddRequest.php
    │       │   │   │   ├── AlipayMobilePublicAccountAddRequest.php
    │       │   │   │   ├── AlipayMobilePublicAccountDeleteRequest.php
    │       │   │   │   ├── AlipayMobilePublicAccountQueryRequest.php
    │       │   │   │   ├── AlipayMobilePublicAccountResetRequest.php
    │       │   │   │   ├── AlipayMobilePublicAppinfoUpdateRequest.php
    │       │   │   │   ├── AlipayMobilePublicContactFollowListRequest.php
    │       │   │   │   ├── AlipayMobilePublicFollowListRequest.php
    │       │   │   │   ├── AlipayMobilePublicGisGetRequest.php
    │       │   │   │   ├── AlipayMobilePublicInfoModifyRequest.php
    │       │   │   │   ├── AlipayMobilePublicInfoQueryRequest.php
    │       │   │   │   ├── AlipayMobilePublicLabelAddRequest.php
    │       │   │   │   ├── AlipayMobilePublicLabelDeleteRequest.php
    │       │   │   │   ├── AlipayMobilePublicLabelQueryRequest.php
    │       │   │   │   ├── AlipayMobilePublicLabelUpdateRequest.php
    │       │   │   │   ├── AlipayMobilePublicLabelUserAddRequest.php
    │       │   │   │   ├── AlipayMobilePublicLabelUserDeleteRequest.php
    │       │   │   │   ├── AlipayMobilePublicLabelUserQueryRequest.php
    │       │   │   │   ├── AlipayMobilePublicMenuAddRequest.php
    │       │   │   │   ├── AlipayMobilePublicMenuDeleteRequest.php
    │       │   │   │   ├── AlipayMobilePublicMenuGetRequest.php
    │       │   │   │   ├── AlipayMobilePublicMenuQueryRequest.php
    │       │   │   │   ├── AlipayMobilePublicMenuUpdateRequest.php
    │       │   │   │   ├── AlipayMobilePublicMenuUserQueryRequest.php
    │       │   │   │   ├── AlipayMobilePublicMenuUserUpdateRequest.php
    │       │   │   │   ├── AlipayMobilePublicMessageCustomSendRequest.php
    │       │   │   │   ├── AlipayMobilePublicMessageLabelSendRequest.php
    │       │   │   │   ├── AlipayMobilePublicMessagePushRequest.php
    │       │   │   │   ├── AlipayMobilePublicMessageSingleSendRequest.php
    │       │   │   │   ├── AlipayMobilePublicMessageTotalSendRequest.php
    │       │   │   │   ├── AlipayMobilePublicMessagebatchPushRequest.php
    │       │   │   │   ├── AlipayMobilePublicMessagespecifyPushRequest.php
    │       │   │   │   ├── AlipayMobilePublicMockListsmlistApiRequest.php
    │       │   │   │   ├── AlipayMobilePublicQrcodeCreateRequest.php
    │       │   │   │   ├── AlipayMobilePublicShortlinkCreateRequest.php
    │       │   │   │   ├── AlipayMobilePublicStdMockListsmlistApiRequest.php
    │       │   │   │   ├── AlipayMobilePublicTemplateMessageDeleteRequest.php
    │       │   │   │   ├── AlipayMobilePublicTemplateMessageGetRequest.php
    │       │   │   │   ├── AlipayMobilePublicTemplateMessageModifyRequest.php
    │       │   │   │   ├── AlipayMobilePublicTemplateMessageQueryRequest.php
    │       │   │   │   ├── AlipayMobileRecommendGetRequest.php
    │       │   │   │   ├── AlipayMobileShakeUserQueryRequest.php
    │       │   │   │   ├── AlipayMobileStdPublicAccountQueryRequest.php
    │       │   │   │   ├── AlipayMobileStdPublicExpressUserQueryRequest.php
    │       │   │   │   ├── AlipayMobileStdPublicFollowListRequest.php
    │       │   │   │   ├── AlipayMobileStdPublicMenuQueryRequest.php
    │       │   │   │   ├── AlipayMobileStdPublicMessageCustomSendRequest.php
    │       │   │   │   ├── AlipayMpointprodBenefitDetailGetRequest.php
    │       │   │   │   ├── AlipayMsaasPromotionCpainfoCreateRequest.php
    │       │   │   │   ├── AlipayOfflineMarketApplyorderBatchqueryRequest.php
    │       │   │   │   ├── AlipayOfflineMarketItemCreateRequest.php
    │       │   │   │   ├── AlipayOfflineMarketItemModifyRequest.php
    │       │   │   │   ├── AlipayOfflineMarketItemStateRequest.php
    │       │   │   │   ├── AlipayOfflineMarketLeadsBatchqueryRequest.php
    │       │   │   │   ├── AlipayOfflineMarketLeadsClaimRequest.php
    │       │   │   │   ├── AlipayOfflineMarketLeadsCreateRequest.php
    │       │   │   │   ├── AlipayOfflineMarketLeadsModifyRequest.php
    │       │   │   │   ├── AlipayOfflineMarketLeadsQrcodeQueryRequest.php
    │       │   │   │   ├── AlipayOfflineMarketLeadsReleaseRequest.php
    │       │   │   │   ├── AlipayOfflineMarketProductBatchqueryRequest.php
    │       │   │   │   ├── AlipayOfflineMarketProductQuerydetailRequest.php
    │       │   │   │   ├── AlipayOfflineMarketProductUsedetailRequest.php
    │       │   │   │   ├── AlipayOfflineMarketReportGetRequest.php
    │       │   │   │   ├── AlipayOfflineMarketShopAlbumBindRequest.php
    │       │   │   │   ├── AlipayOfflineMarketShopAlbumCreateRequest.php
    │       │   │   │   ├── AlipayOfflineMarketShopAlbumDeleteRequest.php
    │       │   │   │   ├── AlipayOfflineMarketShopAlbumModifyRequest.php
    │       │   │   │   ├── AlipayOfflineMarketShopAlbumQueryRequest.php
    │       │   │   │   ├── AlipayOfflineMarketShopAlbumUnbindRequest.php
    │       │   │   │   ├── AlipayOfflineMarketShopAssignstaffRequest.php
    │       │   │   │   ├── AlipayOfflineMarketShopBatchqueryRequest.php
    │       │   │   │   ├── AlipayOfflineMarketShopCreateRequest.php
    │       │   │   │   ├── AlipayOfflineMarketShopDiscountQueryRequest.php
    │       │   │   │   ├── AlipayOfflineMarketShopModifyRequest.php
    │       │   │   │   ├── AlipayOfflineMarketShopPublicBindRequest.php
    │       │   │   │   ├── AlipayOfflineMarketShopPublicUnbindRequest.php
    │       │   │   │   ├── AlipayOfflineMarketShopQuerydetailRequest.php
    │       │   │   │   ├── AlipayOfflineMarketingVoucherCodeUploadRequest.php
    │       │   │   │   ├── AlipayOfflineMarketingVoucherCreateRequest.php
    │       │   │   │   ├── AlipayOfflineMarketingVoucherModifyRequest.php
    │       │   │   │   ├── AlipayOfflineMarketingVoucherOfflineRequest.php
    │       │   │   │   ├── AlipayOfflineMarketingVoucherStatusQueryRequest.php
    │       │   │   │   ├── AlipayOfflineMarketingVoucherUseRequest.php
    │       │   │   │   ├── AlipayOfflineMaterialImageDownloadRequest.php
    │       │   │   │   ├── AlipayOfflineMaterialImageModifyRequest.php
    │       │   │   │   ├── AlipayOfflineMaterialImageQueryRequest.php
    │       │   │   │   ├── AlipayOfflineMaterialImageUploadRequest.php
    │       │   │   │   ├── AlipayOfflineProviderEquipmentAuthQuerybypageRequest.php
    │       │   │   │   ├── AlipayOfflineProviderEquipmentAuthRemoveRequest.php
    │       │   │   │   ├── AlipayOfflineProviderQuerystaffRequest.php
    │       │   │   │   ├── AlipayOfflineProviderStaffUpdateRequest.php
    │       │   │   │   ├── AlipayOfflineSaleleadsClaimstatusRequest.php
    │       │   │   │   ├── AlipayOfflineSaleleadsContractconfirmRequest.php
    │       │   │   │   ├── AlipayOfflineSaleleadsInfoAddRequest.php
    │       │   │   │   ├── AlipayOfflineSaleleadsInfoQuerybypageRequest.php
    │       │   │   │   ├── AlipayOfflineSaleleadsMerchantEquipmentQueryRequest.php
    │       │   │   │   ├── AlipayOfflineSaleleadsModifyRequest.php
    │       │   │   │   ├── AlipayOfflineSaleleadsQuerybyidsRequest.php
    │       │   │   │   ├── AlipayOpenAppCodetesttestRequest.php
    │       │   │   │   ├── AlipayOpenAuthIndustryPlatformCreateTokenRequest.php
    │       │   │   │   ├── AlipayOpenAuthTokenAppQueryRequest.php
    │       │   │   │   ├── AlipayOpenAuthTokenAppRequest.php
    │       │   │   │   ├── AlipayOpenPublicMultimediaDownloadProxyRequest.php
    │       │   │   │   ├── AlipayOpenPublicPartnerMenuOperateRequest.php
    │       │   │   │   ├── AlipayOpenPublicPartnerMenuQueryRequest.php
    │       │   │   │   ├── AlipayOpenPublicPartnerSubscribeSyncRequest.php
    │       │   │   │   ├── AlipayOpenPublicTemplateMessageIndustryModifyRequest.php
    │       │   │   │   ├── AlipayOpenPublicThirdCustomerServiceRequest.php
    │       │   │   │   ├── AlipayOpenServicemarketOrderNotifyRequest.php
    │       │   │   │   ├── AlipayOpenServicemarketOrderQueryRequest.php
    │       │   │   │   ├── AlipayOperatorMobileBindRequest.php
    │       │   │   │   ├── AlipayPassCodeAddRequest.php
    │       │   │   │   ├── AlipayPassCodeVerifyRequest.php
    │       │   │   │   ├── AlipayPassFileAddRequest.php
    │       │   │   │   ├── AlipayPassInstanceAddRequest.php
    │       │   │   │   ├── AlipayPassInstanceUpdateRequest.php
    │       │   │   │   ├── AlipayPassSyncAddRequest.php
    │       │   │   │   ├── AlipayPassSyncUpdateRequest.php
    │       │   │   │   ├── AlipayPassTemplateAddRequest.php
    │       │   │   │   ├── AlipayPassTemplateUpdateRequest.php
    │       │   │   │   ├── AlipayPassTplAddRequest.php
    │       │   │   │   ├── AlipayPassTplContentAddRequest.php
    │       │   │   │   ├── AlipayPassTplContentUpdateRequest.php
    │       │   │   │   ├── AlipayPassTplUpdateRequest.php
    │       │   │   │   ├── AlipayPassVerifyQueryRequest.php
    │       │   │   │   ├── AlipayPcreditHuabeiPromoQueryRequest.php
    │       │   │   │   ├── AlipayPlatformOpenidGetRequest.php
    │       │   │   │   ├── AlipayPlatformUseridGetRequest.php
    │       │   │   │   ├── AlipayPointBalanceGetRequest.php
    │       │   │   │   ├── AlipayPointBudgetGetRequest.php
    │       │   │   │   ├── AlipayPointOrderAddRequest.php
    │       │   │   │   ├── AlipayPointOrderGetRequest.php
    │       │   │   │   ├── AlipayPromorulecenterRuleAnalyzeRequest.php
    │       │   │   │   ├── AlipaySecurityInfoAnalysisRequest.php
    │       │   │   │   ├── AlipaySecurityProdAlipaySecurityProdTestRequest.php
    │       │   │   │   ├── AlipaySecurityProdAmlriskQueryRequest.php
    │       │   │   │   ├── AlipaySecurityRiskDetectRequest.php
    │       │   │   │   ├── AlipaySecurityRiskRainscoreQueryRequest.php
    │       │   │   │   ├── AlipaySiteprobeDeviceInfoAddRequest.php
    │       │   │   │   ├── AlipaySiteprobeDeviceInfoDeleteRequest.php
    │       │   │   │   ├── AlipaySiteprobeDeviceInfoGetRequest.php
    │       │   │   │   ├── AlipaySiteprobeDeviceInfoSearchRequest.php
    │       │   │   │   ├── AlipaySiteprobeDeviceInfoUpdateRequest.php
    │       │   │   │   ├── AlipaySiteprobeShopInfoAddRequest.php
    │       │   │   │   ├── AlipaySiteprobeShopInfoDeleteRequest.php
    │       │   │   │   ├── AlipaySiteprobeShopInfoGetRequest.php
    │       │   │   │   ├── AlipaySiteprobeShopInfoUpdateRequest.php
    │       │   │   │   ├── AlipaySiteprobeShopPublicBindRequest.php
    │       │   │   │   ├── AlipaySiteprobeShopPublicUnbindRequest.php
    │       │   │   │   ├── AlipaySiteprobeUserInfoGetRequest.php
    │       │   │   │   ├── AlipaySystemOauthTokenRequest.php
    │       │   │   │   ├── AlipayTradeCancelRequest.php
    │       │   │   │   ├── AlipayTradeCloseRequest.php
    │       │   │   │   ├── AlipayTradeCreateRequest.php
    │       │   │   │   ├── AlipayTradeFastpayRefundQueryRequest.php
    │       │   │   │   ├── AlipayTradePayRequest.php
    │       │   │   │   ├── AlipayTradePrecreateRequest.php
    │       │   │   │   ├── AlipayTradeQueryRequest.php
    │       │   │   │   ├── AlipayTradeRefundRequest.php
    │       │   │   │   ├── AlipayTradeVendorpayDevicedataUploadRequest.php
    │       │   │   │   ├── AlipayTradeWapPayRequest.php
    │       │   │   │   ├── AlipayTransferThirdpartyBillCreateRequest.php
    │       │   │   │   ├── AlipayTrustUserAuthSendRequest.php
    │       │   │   │   ├── AlipayTrustUserReportGetRequest.php
    │       │   │   │   ├── AlipayTrustUserRiskSummaryGetRequest.php
    │       │   │   │   ├── AlipayTrustUserRiskidentifyGetRequest.php
    │       │   │   │   ├── AlipayTrustUserScoreGetRequest.php
    │       │   │   │   ├── AlipayTrustUserStandardVerifyGetRequest.php
    │       │   │   │   ├── AlipayTrustUserTokenGetRequest.php
    │       │   │   │   ├── AlipayTrustUserZminfoPairGetRequest.php
    │       │   │   │   ├── AlipayUserAccountFreezeGetRequest.php
    │       │   │   │   ├── AlipayUserAccountGetRequest.php
    │       │   │   │   ├── AlipayUserAccountSearchRequest.php
    │       │   │   │   ├── AlipayUserAccountUseridBatchqueryRequest.php
    │       │   │   │   ├── AlipayUserContractGetRequest.php
    │       │   │   │   ├── AlipayUserFinanceinfoShareRequest.php
    │       │   │   │   ├── AlipayUserGetRequest.php
    │       │   │   │   ├── AlipayUserMemberCardUpdateRequest.php
    │       │   │   │   ├── AlipayUserTestRequest.php
    │       │   │   │   ├── AlipayUserTradeSearchRequest.php
    │       │   │   │   ├── AlipayUserUserinfoShareRequest.php
    │       │   │   │   ├── AlipayZdataassetsEasyserviceRequest.php
    │       │   │   │   ├── AlipayZdataassetsFcdatalabZdatamergetaskRequest.php
    │       │   │   │   ├── AlipayZdataassetsMetadataRequest.php
    │       │   │   │   ├── AlipayZdatafrontCommonQueryRequest.php
    │       │   │   │   ├── AlipayZdatafrontDatatransferedFileuploadRequest.php
    │       │   │   │   ├── AlipayZdatafrontDatatransferedSendRequest.php
    │       │   │   │   ├── AlipayZdataserviceUnidataQueryRequest.php
    │       │   │   │   ├── AlipayZmscoreZrankGetRequest.php
    │       │   │   │   ├── MonitorHeartbeatSynRequest.php
    │       │   │   │   └── ZhimaMerchantTestPracticeRequest.php
    │       │   │   └── test
    │       │   │       └── TestImage.php
    │       │   ├── f2fpay
    │       │   │   ├── barpay_test.php
    │       │   │   ├── config
    │       │   │   │   └── config.php
    │       │   │   ├── log
    │       │   │   │   └── log.txt
    │       │   │   ├── model
    │       │   │   │   ├── builder
    │       │   │   │   │   ├── AlipayTradeCancelContentBuilder.php
    │       │   │   │   │   ├── AlipayTradePayContentBuilder.php
    │       │   │   │   │   ├── AlipayTradePrecreateContentBuilder.php
    │       │   │   │   │   ├── AlipayTradeQueryContentBuilder.php
    │       │   │   │   │   ├── AlipayTradeRefundContentBuilder.php
    │       │   │   │   │   ├── ContentBuilder.php
    │       │   │   │   │   ├── ExtendParams.php
    │       │   │   │   │   ├── GoodsDetail.php
    │       │   │   │   │   └── RoyaltyDetailInfo.php
    │       │   │   │   └── result
    │       │   │   │       ├── AlipayF2FPayResult.php
    │       │   │   │       ├── AlipayF2FPrecreateResult.php
    │       │   │   │       ├── AlipayF2FQueryResult.php
    │       │   │   │       └── AlipayF2FRefundResult.php
    │       │   │   ├── qrpay_test.php
    │       │   │   ├── query_test.php
    │       │   │   ├── refund_test.php
    │       │   │   └── service
    │       │   │       └── AlipayTradeService.php
    │       │   ├── img
    │       │   │   ├── alipay.gif
    │       │   │   └── new-btn-fixed.png
    │       │   ├── index.php
    │       │   ├── lotusphp_runtime
    │       │   │   ├── Autoloader
    │       │   │   │   └── Autoloader.php
    │       │   │   ├── Cache
    │       │   │   │   ├── Adapter
    │       │   │   │   │   ├── CacheAdapter.php
    │       │   │   │   │   ├── CacheAdapterApc.php
    │       │   │   │   │   ├── CacheAdapterEAccelerator.php
    │       │   │   │   │   ├── CacheAdapterFile.php
    │       │   │   │   │   ├── CacheAdapterMemcache.php
    │       │   │   │   │   ├── CacheAdapterMemcached.php
    │       │   │   │   │   ├── CacheAdapterPhps.php
    │       │   │   │   │   └── CacheAdapterXcache.php
    │       │   │   │   ├── Cache.php
    │       │   │   │   ├── CacheAdapterFactory.php
    │       │   │   │   ├── CacheConfigBuilder.php
    │       │   │   │   ├── CacheConnectionManager.php
    │       │   │   │   ├── CacheHandle.php
    │       │   │   │   └── QueryEngine
    │       │   │   │       └── TableDataGateway
    │       │   │   │           └── CacheTableDataGateway.php
    │       │   │   ├── Captcha
    │       │   │   │   ├── Captcha.php
    │       │   │   │   ├── CaptchaImageEngine.php
    │       │   │   │   └── fonts
    │       │   │   │       ├── AntykwaBold.ttf
    │       │   │   │       ├── Candice.ttf
    │       │   │   │       ├── Ding-DongDaddyO.ttf
    │       │   │   │       ├── Duality.ttf
    │       │   │   │       ├── Jura.ttf
    │       │   │   │       ├── StayPuft.ttf
    │       │   │   │       ├── TimesNewRomanBold.ttf
    │       │   │   │       └── VeraSansBold.ttf
    │       │   │   ├── Config.php
    │       │   │   ├── ConfigExpression.php
    │       │   │   ├── Cookie
    │       │   │   │   └── Cookie.php
    │       │   │   ├── DB
    │       │   │   │   ├── Adapter
    │       │   │   │   │   ├── ConnectionAdapter
    │       │   │   │   │   │   ├── DbConnectionAdapter.php
    │       │   │   │   │   │   ├── DbConnectionAdapterMysql.php
    │       │   │   │   │   │   ├── DbConnectionAdapterMysqli.php
    │       │   │   │   │   │   ├── DbConnectionAdapterPdo.php
    │       │   │   │   │   │   ├── DbConnectionAdapterPgsql.php
    │       │   │   │   │   │   └── DbConnectionAdapterSqlite.php
    │       │   │   │   │   └── SqlAdapter
    │       │   │   │   │       ├── DbSqlAdapter.php
    │       │   │   │   │       ├── DbSqlAdapterMysql.php
    │       │   │   │   │       ├── DbSqlAdapterPgsql.php
    │       │   │   │   │       └── DbSqlAdapterSqlite.php
    │       │   │   │   ├── Db.php
    │       │   │   │   ├── DbAdapterFactory.php
    │       │   │   │   ├── DbConfigBuilder.php
    │       │   │   │   ├── DbConnectionManager.php
    │       │   │   │   ├── DbHandle.php
    │       │   │   │   ├── DbSqlExpression.php
    │       │   │   │   └── QueryEngine
    │       │   │   │       ├── SqlMap
    │       │   │   │       │   ├── AbstractDbSqlMapFilterObject.php
    │       │   │   │       │   ├── DbSqlMapClient.php
    │       │   │   │       │   └── DbSqlMapResultFactory.php
    │       │   │   │       └── TableDataGateway
    │       │   │   │           ├── DbTableDataGateway.php
    │       │   │   │           ├── DbTableRelation.php
    │       │   │   │           └── DbWhereCondition.php
    │       │   │   ├── Inflector
    │       │   │   │   └── Inflector.php
    │       │   │   ├── Logger
    │       │   │   │   └── Logger.php
    │       │   │   ├── Lotus.php
    │       │   │   ├── MVC
    │       │   │   │   ├── Action.php
    │       │   │   │   ├── Component.php
    │       │   │   │   ├── Context.php
    │       │   │   │   ├── Dispatcher.php
    │       │   │   │   ├── TemplateView.php
    │       │   │   │   └── View.php
    │       │   │   ├── ObjectUtil
    │       │   │   │   └── ObjectUtil.php
    │       │   │   ├── Pagination
    │       │   │   │   └── Pagination.php
    │       │   │   ├── RBAC
    │       │   │   │   └── Rbac.php
    │       │   │   ├── Router
    │       │   │   │   └── Router.php
    │       │   │   ├── Session
    │       │   │   │   ├── Session.php
    │       │   │   │   ├── SessionStore
    │       │   │   │   └── Store
    │       │   │   │       ├── SessionStoreFile.php
    │       │   │   │       ├── SessionStoreMemcache.php
    │       │   │   │       ├── SessionStoreMysql.php
    │       │   │   │       └── SessionStoreSqlite.php
    │       │   │   ├── Store.php
    │       │   │   ├── StoreFile.php
    │       │   │   ├── StoreMemory.php
    │       │   │   ├── Url
    │       │   │   │   └── Url.php
    │       │   │   ├── Validator
    │       │   │   │   ├── Validator.php
    │       │   │   │   └── ValidatorDtd.php
    │       │   │   ├── XML
    │       │   │   │   └── Xml.php
    │       │   │   └── shortcut.php
    │       │   └── readme.txt
    │       ├── autoload.php
    │       ├── captcha
    │       │   ├── Captcha.php
    │       │   ├── CaptchaController.php
    │       │   ├── 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
    │       │   ├── helper.php
    │       │   └── think-captcha
    │       ├── composer
    │       │   ├── ClassLoader.php
    │       │   ├── LICENSE
    │       │   ├── autoload_classmap.php
    │       │   ├── autoload_namespaces.php
    │       │   ├── autoload_psr4.php
    │       │   ├── autoload_real.php
    │       │   ├── autoload_static.php
    │       │   └── installed.json
    │       ├── epay
    │       │   ├── epay_core.function.php
    │       │   ├── epay_md5.function.php
    │       │   ├── epay_notify.class.php
    │       │   └── epay_submit.class.php
    │       ├── phpmailer
    │       │   ├── class.smtp.php
    │       │   └── phpmailer.php
    │       └── topthink
    │           ├── think-helper
    │           │   ├── LICENSE
    │           │   ├── README.md
    │           │   ├── composer.json
    │           │   └── src
    │           │       ├── Arr.php
    │           │       ├── Hash.php
    │           │       ├── Str.php
    │           │       ├── Time.php
    │           │       ├── hash
    │           │       │   ├── Bcrypt.php
    │           │       │   └── Md5.php
    │           │       └── helper.php
    │           ├── think-image
    │           │   ├── LICENSE
    │           │   ├── README.md
    │           │   ├── composer.json
    │           │   ├── phpunit.xml
    │           │   ├── src
    │           │   │   ├── Image.php
    │           │   │   └── image
    │           │   │       ├── Exception.php
    │           │   │       └── gif
    │           │   │           ├── Decoder.php
    │           │   │           ├── Encoder.php
    │           │   │           └── Gif.php
    │           │   └── tests
    │           │       ├── CropTest.php
    │           │       ├── FlipTest.php
    │           │       ├── InfoTest.php
    │           │       ├── RotateTest.php
    │           │       ├── TestCase.php
    │           │       ├── TextTest.php
    │           │       ├── ThumbTest.php
    │           │       ├── WaterTest.php
    │           │       ├── autoload.php
    │           │       ├── images
    │           │       │   ├── test.bmp
    │           │       │   ├── test.gif
    │           │       │   ├── test.jpg
    │           │       │   ├── test.png
    │           │       │   └── test.ttf
    │           │       └── tmp
    │           ├── think-installer
    │           │   ├── composer.json
    │           │   └── src
    │           │       ├── Plugin.php
    │           │       ├── ThinkExtend.php
    │           │       ├── ThinkFramework.php
    │           │       └── ThinkTesting.php
    │           ├── think-migration
    │           │   ├── LICENSE
    │           │   ├── README.md
    │           │   ├── composer.json
    │           │   ├── phinx
    │           │   │   ├── CHANGELOG.md
    │           │   │   ├── CONTRIBUTING.md
    │           │   │   ├── LICENSE
    │           │   │   ├── README.md
    │           │   │   └── src
    │           │   │       └── Phinx
    │           │   │           ├── Db
    │           │   │           │   ├── Adapter
    │           │   │           │   │   ├── AdapterFactory.php
    │           │   │           │   │   ├── AdapterInterface.php
    │           │   │           │   │   ├── AdapterWrapper.php
    │           │   │           │   │   ├── MysqlAdapter.php
    │           │   │           │   │   ├── PdoAdapter.php
    │           │   │           │   │   ├── PostgresAdapter.php
    │           │   │           │   │   ├── ProxyAdapter.php
    │           │   │           │   │   ├── SQLiteAdapter.php
    │           │   │           │   │   ├── SqlServerAdapter.php
    │           │   │           │   │   ├── TablePrefixAdapter.php
    │           │   │           │   │   └── WrapperInterface.php
    │           │   │           │   ├── Table
    │           │   │           │   │   ├── Column.php
    │           │   │           │   │   ├── ForeignKey.php
    │           │   │           │   │   └── Index.php
    │           │   │           │   └── Table.php
    │           │   │           ├── Migration
    │           │   │           │   ├── AbstractMigration.php
    │           │   │           │   ├── AbstractTemplateCreation.php
    │           │   │           │   ├── CreationInterface.php
    │           │   │           │   ├── IrreversibleMigrationException.php
    │           │   │           │   ├── Migration.template.php.dist
    │           │   │           │   └── MigrationInterface.php
    │           │   │           ├── Seed
    │           │   │           │   ├── AbstractSeed.php
    │           │   │           │   ├── Seed.template.php.dist
    │           │   │           │   └── SeedInterface.php
    │           │   │           └── Util
    │           │   │               └── Util.php
    │           │   └── src
    │           │       ├── Command.php
    │           │       ├── Migrator.php
    │           │       ├── Seeder.php
    │           │       ├── command
    │           │       │   ├── Migrate.php
    │           │       │   ├── Seed.php
    │           │       │   ├── migrate
    │           │       │   │   ├── Breakpoint.php
    │           │       │   │   ├── Create.php
    │           │       │   │   ├── Rollback.php
    │           │       │   │   ├── Run.php
    │           │       │   │   └── Status.php
    │           │       │   ├── seed
    │           │       │   │   ├── Create.php
    │           │       │   │   └── Run.php
    │           │       │   └── stubs
    │           │       │       ├── migrate.stub
    │           │       │       └── seed.stub
    │           │       ├── config.php
    │           │       └── db
    │           │           ├── Column.php
    │           │           └── Table.php
    │           ├── think-mongo
    │           │   ├── LICENSE
    │           │   ├── README.md
    │           │   ├── composer.json
    │           │   └── src
    │           │       ├── Builder.php
    │           │       ├── Connection.php
    │           │       └── Query.php
    │           ├── think-oracle
    │           │   ├── LICENSE
    │           │   ├── README.md
    │           │   ├── composer.json
    │           │   └── src
    │           │       ├── Builder.php
    │           │       └── Connection.php
    │           ├── think-queue
    │           │   ├── LICENSE
    │           │   ├── README.md
    │           │   ├── composer.json
    │           │   └── src
    │           │       ├── Queue.php
    │           │       ├── common.php
    │           │       ├── config.php
    │           │       └── queue
    │           │           ├── CallQueuedHandler.php
    │           │           ├── Connector.php
    │           │           ├── Job.php
    │           │           ├── Listener.php
    │           │           ├── Queueable.php
    │           │           ├── ShouldQueue.php
    │           │           ├── Worker.php
    │           │           ├── command
    │           │           │   ├── Listen.php
    │           │           │   ├── Restart.php
    │           │           │   ├── Subscribe.php
    │           │           │   └── Work.php
    │           │           ├── connector
    │           │           │   ├── Database.php
    │           │           │   ├── Redis.php
    │           │           │   ├── Sync.php
    │           │           │   └── Topthink.php
    │           │           └── job
    │           │               ├── Database.php
    │           │               ├── Redis.php
    │           │               ├── Sync.php
    │           │               └── Topthink.php
    │           └── think-worker
    │               ├── LICENSE
    │               ├── README.md
    │               ├── composer.json
    │               └── src
    │                   └── Server.php
    └── 数据库文件
        └── dspjx_bheddp_cn_20210803.sql

378 directories, 1942 files



实例下载地址

短视频去水印接口支持全网解析源码自

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警