【例子介绍】仿蓝奏网盘,数据库,PHP
【相关图片】
【源码结构】
.
├── 仿蓝奏网盘
│ ├── application
│ │ ├── admin
│ │ │ ├── controller
│ │ │ │ ├── Auth.php
│ │ │ │ ├── Certify.php
│ │ │ │ ├── Dashboard.php
│ │ │ │ ├── File.php
│ │ │ │ ├── Group.php
│ │ │ │ ├── Index.php
│ │ │ │ ├── Order.php
│ │ │ │ ├── Policy.php
│ │ │ │ ├── Recycle.php
│ │ │ │ ├── Report.php
│ │ │ │ ├── Setting.php
│ │ │ │ ├── User.php
│ │ │ │ └── Withdraw.php
│ │ │ └── view
│ │ │ ├── auth
│ │ │ │ └── login.html
│ │ │ ├── certify
│ │ │ │ └── index.html
│ │ │ ├── dashboard
│ │ │ │ └── index.html
│ │ │ ├── file
│ │ │ │ ├── index.html
│ │ │ │ └── info.html
│ │ │ ├── group
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── index.html
│ │ │ ├── index
│ │ │ │ └── index.html
│ │ │ ├── order
│ │ │ │ └── index.html
│ │ │ ├── policy
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── index.html
│ │ │ ├── recycle
│ │ │ │ └── index.html
│ │ │ ├── report
│ │ │ │ ├── edit.html
│ │ │ │ └── index.html
│ │ │ ├── setting
│ │ │ │ ├── basic.html
│ │ │ │ ├── email.html
│ │ │ │ ├── pay.html
│ │ │ │ ├── register.html
│ │ │ │ └── vip.html
│ │ │ ├── user
│ │ │ │ ├── add.html
│ │ │ │ ├── edit.html
│ │ │ │ └── index.html
│ │ │ └── withdraw
│ │ │ └── index.html
│ │ ├── command.php
│ │ ├── common
│ │ │ ├── behavior
│ │ │ │ └── LoadConfigRun.php
│ │ │ ├── controller
│ │ │ │ ├── Admin.php
│ │ │ │ └── Home.php
│ │ │ ├── exception
│ │ │ │ └── LoginError.php
│ │ │ └── model
│ │ │ ├── Certify.php
│ │ │ ├── FileManage.php
│ │ │ ├── FileUpload.php
│ │ │ ├── Folders.php
│ │ │ ├── Groups.php
│ │ │ ├── Order.php
│ │ │ ├── Policys.php
│ │ │ ├── Profit.php
│ │ │ ├── Record.php
│ │ │ ├── Reports.php
│ │ │ ├── Setting.php
│ │ │ ├── Shares.php
│ │ │ ├── Stores.php
│ │ │ ├── Users.php
│ │ │ ├── Withdraw.php
│ │ │ └── driver
│ │ │ ├── AliyunOss.php
│ │ │ ├── Local.php
│ │ │ ├── PolicyStore.php
│ │ │ └── TxyunOss.php
│ │ ├── common.php
│ │ ├── http
│ │ │ └── middleware
│ │ │ ├── AdminLoginCheck.php
│ │ │ └── UserLoginCheck.php
│ │ ├── index
│ │ │ ├── controller
│ │ │ │ ├── File.php
│ │ │ │ ├── Index.php
│ │ │ │ ├── Q.php
│ │ │ │ ├── Recycle.php
│ │ │ │ ├── Share.php
│ │ │ │ ├── Upload.php
│ │ │ │ └── User.php
│ │ │ └── view
│ │ │ ├── bd
│ │ │ │ └── index.html
│ │ │ ├── cdn
│ │ │ │ └── index.html
│ │ │ ├── copyright
│ │ │ │ └── index.html
│ │ │ ├── file
│ │ │ │ ├── edit_file.html
│ │ │ │ ├── edit_folder.html
│ │ │ │ └── move_files.html
│ │ │ ├── index
│ │ │ │ ├── 404.html
│ │ │ │ ├── file.html
│ │ │ │ ├── folder.html
│ │ │ │ ├── folder_wap.html
│ │ │ │ ├── index_default.html
│ │ │ │ ├── index_new1.html
│ │ │ │ ├── index_new2.html
│ │ │ │ ├── pwd.html
│ │ │ │ └── report.html
│ │ │ ├── jb
│ │ │ │ └── index.html
│ │ │ ├── layout
│ │ │ │ └── user.html
│ │ │ ├── recycle
│ │ │ │ └── index.html
│ │ │ ├── share
│ │ │ │ ├── echarts.html
│ │ │ │ ├── index.html
│ │ │ │ ├── record.html
│ │ │ │ └── withdraw.html
│ │ │ ├── tuiguang
│ │ │ │ └── index.html
│ │ │ ├── upload
│ │ │ │ └── index.html
│ │ │ ├── user
│ │ │ │ ├── auth.html
│ │ │ │ ├── err.html
│ │ │ │ ├── forget.html
│ │ │ │ ├── index.html
│ │ │ │ ├── info.html
│ │ │ │ ├── login.html
│ │ │ │ ├── reset.html
│ │ │ │ ├── vip.html
│ │ │ │ ├── vip_wap.html
│ │ │ │ └── withdraw.html
│ │ │ ├── wm
│ │ │ │ └── index.html
│ │ │ └── wt
│ │ │ └── index.html
│ │ ├── provider.php
│ │ └── tags.php
│ ├── build.php
│ ├── composer.json
│ ├── composer.lock
│ ├── config
│ │ ├── app.php
│ │ ├── cache.php
│ │ ├── cookie.php
│ │ ├── database.php
│ │ ├── log.php
│ │ ├── menu.php
│ │ ├── middleware.php
│ │ ├── session.php
│ │ ├── template.php
│ │ └── tpl
│ │ ├── error_404_tmpl.tpl
│ │ ├── error_tmpl.tpl
│ │ └── success_tmpl.tpl
│ ├── extend
│ │ └── Qrcode
│ │ └── Qrcode.php
│ ├── public
│ │ ├── admin.php
│ │ ├── assets
│ │ │ ├── css
│ │ │ │ ├── app.css
│ │ │ │ ├── app1.css
│ │ │ │ ├── bootstrap-datetimepicker.min.css
│ │ │ │ ├── bootstrap-editable.css
│ │ │ │ ├── bootstrap-table-fixed-columns.css
│ │ │ │ ├── bootstrap-table.min.css
│ │ │ │ ├── bootstrap.min.css
│ │ │ │ ├── elementui.css
│ │ │ │ ├── file.css
│ │ │ │ ├── home.css
│ │ │ │ ├── icon.css
│ │ │ │ ├── index.css
│ │ │ │ ├── layer
│ │ │ │ │ └── default
│ │ │ │ ├── layer.css
│ │ │ │ ├── layui.css
│ │ │ │ ├── list.css
│ │ │ │ ├── login.css
│ │ │ │ ├── main.css
│ │ │ │ ├── t0.css
│ │ │ │ ├── upload.css
│ │ │ │ └── userapp.css
│ │ │ ├── file_ext
│ │ │ │ ├── apk.png
│ │ │ │ ├── code.png
│ │ │ │ ├── excel.png
│ │ │ │ ├── exe.png
│ │ │ │ ├── folder.png
│ │ │ │ ├── fonts.png
│ │ │ │ ├── img.png
│ │ │ │ ├── ipa.png
│ │ │ │ ├── links.png
│ │ │ │ ├── music.png
│ │ │ │ ├── ppt.png
│ │ │ │ ├── ps.png
│ │ │ │ ├── text.png
│ │ │ │ ├── unknown.png
│ │ │ │ ├── video.png
│ │ │ │ ├── word.png
│ │ │ │ └── zip.png
│ │ │ ├── font-awesome
│ │ │ │ └── css
│ │ │ │ └── font-awesome.min.css
│ │ │ ├── icon
│ │ │ │ ├── font
│ │ │ │ │ ├── glyphicons-halflings-regular.eot
│ │ │ │ │ ├── glyphicons-halflings-regular.ttf
│ │ │ │ │ ├── glyphicons-halflings-regular.woff
│ │ │ │ │ ├── glyphicons-halflings-regular.woff2
│ │ │ │ │ ├── yunfont.eot
│ │ │ │ │ ├── yunfont.ttf
│ │ │ │ │ └── yunfont.woff
│ │ │ │ └── icon.css
│ │ │ ├── image
│ │ │ │ ├── apps-android.png
│ │ │ │ ├── apps-ios.png
│ │ │ │ ├── clear.png
│ │ │ │ ├── collect-image-left.png
│ │ │ │ ├── collect-image-right.png
│ │ │ │ ├── collect-img1.png
│ │ │ │ ├── collect-img3.png
│ │ │ │ ├── collect-line.svg
│ │ │ │ ├── emptyRecyclebin.png
│ │ │ │ ├── emptySousuo.png
│ │ │ │ ├── emptyfile.png
│ │ │ │ ├── footer-img1.png
│ │ │ │ ├── footer-img2.png
│ │ │ │ ├── header.png
│ │ │ │ ├── i1.gif
│ │ │ │ ├── i18.gif
│ │ │ │ ├── i9.png
│ │ │ │ ├── icon-tree_77d7929.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── login_iconb536.png
│ │ │ │ ├── logo.gif
│ │ │ │ ├── logo.png
│ │ │ │ ├── logo3.gif
│ │ │ │ ├── logo7.gif
│ │ │ │ ├── mobile-collect-img-left.png
│ │ │ │ ├── mobile-collect-img-right.png
│ │ │ │ ├── provide-img1.png
│ │ │ │ ├── provide-img3.png
│ │ │ │ ├── q2.gif
│ │ │ │ ├── q9.gif
│ │ │ │ ├── space-img1.png
│ │ │ │ ├── space-img2.png
│ │ │ │ ├── space-img3.png
│ │ │ │ ├── space-img4.png
│ │ │ │ ├── upload_cancel.gif
│ │ │ │ └── userhead.png
│ │ │ ├── js
│ │ │ │ ├── admin.js
│ │ │ │ ├── animate
│ │ │ │ │ └── animate.css
│ │ │ │ ├── bootstrap-datetimepicker.js
│ │ │ │ ├── bootstrap-editable.js
│ │ │ │ ├── bootstrap-table-fixed-columns.js
│ │ │ │ ├── bootstrap-table.min.js
│ │ │ │ ├── bootstrap.min.js
│ │ │ │ ├── common.js
│ │ │ │ ├── file.js
│ │ │ │ ├── highcharts.js
│ │ │ │ ├── jquery.cxscroll.js
│ │ │ │ ├── jquery.js
│ │ │ │ ├── lay
│ │ │ │ │ └── modules
│ │ │ │ ├── layer
│ │ │ │ │ └── theme
│ │ │ │ ├── layer.js
│ │ │ │ ├── layui.js
│ │ │ │ ├── noty
│ │ │ │ │ └── noty-2.4.1.js
│ │ │ │ ├── recyclebin.js
│ │ │ │ ├── theme
│ │ │ │ │ └── default
│ │ │ │ ├── webuploader2.js
│ │ │ │ └── wind.js
│ │ │ ├── logo
│ │ │ │ └── logo.png
│ │ │ ├── pan
│ │ │ │ ├── img
│ │ │ │ │ ├── corner-1.png
│ │ │ │ │ ├── corner-2.png
│ │ │ │ │ ├── corner-3.png
│ │ │ │ │ ├── logo.png
│ │ │ │ │ └── logo3.gif
│ │ │ │ ├── shouyi
│ │ │ │ │ ├── bootstrap.js
│ │ │ │ │ └── theme.css
│ │ │ │ ├── t0.css
│ │ │ │ ├── t1.css
│ │ │ │ └── t2.css
│ │ │ ├── pass
│ │ │ │ ├── api.js
│ │ │ │ ├── base.css
│ │ │ │ └── pc.css
│ │ │ ├── pay
│ │ │ │ ├── css
│ │ │ │ │ └── main.css
│ │ │ │ ├── images
│ │ │ │ │ ├── success1.png
│ │ │ │ │ ├── wechatpay.png
│ │ │ │ │ └── zfbpay.png
│ │ │ │ └── js
│ │ │ │ ├── qrcode.min.js
│ │ │ │ └── ui-choose.js
│ │ │ ├── picture
│ │ │ │ ├── 5baaddeb0df643f9d10cd208c6efb203.jpeg
│ │ │ │ ├── header-mobile.png
│ │ │ │ ├── header_logo.png
│ │ │ │ ├── loading.gif
│ │ │ │ ├── shadow.png
│ │ │ │ ├── showqrcode.jpg
│ │ │ │ ├── user_logo.png
│ │ │ │ └── wx.png
│ │ │ ├── static
│ │ │ │ ├── avatar
│ │ │ │ │ └── 20210927
│ │ │ │ ├── css
│ │ │ │ │ ├── bootstrap-datetimepicker.min.css
│ │ │ │ │ ├── bootstrap-editable.css
│ │ │ │ │ ├── bootstrap-table-fixed-columns.css
│ │ │ │ │ ├── bootstrap-table.min.css
│ │ │ │ │ └── bootstrap.min.css
│ │ │ │ ├── font-awesome
│ │ │ │ │ └── css
│ │ │ │ ├── fonts
│ │ │ │ │ └── glyphicons-halflings-regular.woff2
│ │ │ │ ├── icon
│ │ │ │ │ ├── font
│ │ │ │ │ └── icon.css
│ │ │ │ ├── index
│ │ │ │ │ ├── css
│ │ │ │ │ ├── img
│ │ │ │ │ └── js
│ │ │ │ ├── js
│ │ │ │ │ ├── admin.js
│ │ │ │ │ ├── ajaxForm.js
│ │ │ │ │ ├── animate
│ │ │ │ │ ├── artDialog
│ │ │ │ │ ├── bootstrap-datetimepicker.js
│ │ │ │ │ ├── bootstrap-editable.js
│ │ │ │ │ ├── bootstrap-table-fixed-columns.js
│ │ │ │ │ ├── bootstrap-table.min.js
│ │ │ │ │ ├── bootstrap.min.js
│ │ │ │ │ ├── jquery.js
│ │ │ │ │ ├── jquery.validate
│ │ │ │ │ ├── layer
│ │ │ │ │ ├── noty
│ │ │ │ │ └── wind.js
│ │ │ │ ├── pan
│ │ │ │ │ └── img
│ │ │ │ └── user
│ │ │ │ ├── app.css
│ │ │ │ ├── common.js
│ │ │ │ ├── elementui.css
│ │ │ │ ├── file.css
│ │ │ │ ├── file.js
│ │ │ │ ├── home.css
│ │ │ │ ├── img
│ │ │ │ ├── list.css
│ │ │ │ ├── recyclebin.js
│ │ │ │ ├── viewer
│ │ │ │ └── wap
│ │ │ ├── themes
│ │ │ │ └── admin_simpleboot3
│ │ │ │ └── public
│ │ │ ├── tixian
│ │ │ │ ├── css
│ │ │ │ │ └── modules
│ │ │ │ ├── lay
│ │ │ │ │ └── modules
│ │ │ │ ├── layui.css
│ │ │ │ └── layui.js
│ │ │ └── viewer
│ │ │ ├── viewer.min.css
│ │ │ └── viewer.min.js
│ │ ├── avatar
│ │ │ └── 20210930
│ │ │ ├── 35af5f3094e82564fbc01b3804063153.jpg
│ │ │ ├── 40a46c7e732edc989b44d1c32db0f3c8.jpg
│ │ │ ├── 50739dc6bec546259c47f1a4744e83e6.jpg
│ │ │ └── afd3f2595c23f931de482215bbec6243.jpg
│ │ ├── default
│ │ │ ├── 20220413
│ │ │ │ └── 9
│ │ │ └── 20220415
│ │ │ └── 10
│ │ ├── favicon.ico
│ │ ├── img
│ │ │ ├── 1.png
│ │ │ ├── logo.png
│ │ │ ├── logo3.gif
│ │ │ └── t1.css
│ │ ├── index.php
│ │ ├── nginx.htaccess
│ │ ├── pan
│ │ │ ├── img
│ │ │ │ └── logo3.gif
│ │ │ └── t0.css
│ │ ├── q
│ │ │ └── web
│ │ │ ├── i1.gif
│ │ │ ├── i18.gif
│ │ │ ├── i9.png
│ │ │ ├── q2.gif
│ │ │ ├── q9.gif
│ │ │ ├── top.gif
│ │ │ ├── wa.png
│ │ │ └── y3.gif
│ │ ├── record_lock.txt
│ │ ├── robots.txt
│ │ ├── server
│ │ │ └── index.php
│ │ ├── static
│ │ │ ├── admin
│ │ │ │ ├── css
│ │ │ │ │ ├── admin.css
│ │ │ │ │ ├── load.css
│ │ │ │ │ └── other
│ │ │ │ ├── images
│ │ │ │ │ ├── 403.svg
│ │ │ │ │ ├── 404.svg
│ │ │ │ │ ├── 500.svg
│ │ │ │ │ ├── act.jpg
│ │ │ │ │ ├── avatar.jpg
│ │ │ │ │ ├── background.svg
│ │ │ │ │ ├── captcha.gif
│ │ │ │ │ ├── file_ext
│ │ │ │ │ ├── logo.png
│ │ │ │ │ └── x.png
│ │ │ │ └── js
│ │ │ │ └── boostrap.js
│ │ │ ├── component
│ │ │ │ ├── code
│ │ │ │ │ ├── css
│ │ │ │ │ └── index.html
│ │ │ │ ├── layui
│ │ │ │ │ ├── css
│ │ │ │ │ ├── font
│ │ │ │ │ ├── images
│ │ │ │ │ └── layui.js
│ │ │ │ └── pear
│ │ │ │ ├── css
│ │ │ │ ├── font
│ │ │ │ ├── module
│ │ │ │ └── pear.js
│ │ │ └── forget_pwd_template.html
│ │ └── temp
│ │ ├── 20210929
│ │ │ └── 4
│ │ ├── 20210930
│ │ │ ├── 11
│ │ │ ├── 12
│ │ │ └── 8
│ │ │ ├── chunks_71ad6e2fec61baaad8d3636e018bdce9_H21u_part_2.chunk
│ │ │ ├── chunks_71ad6e2fec61baaad8d3636e018bdce9_ZoUV_part_0.chunk
│ │ │ ├── chunks_71ad6e2fec61baaad8d3636e018bdce9_jT2w_part_2.chunk
│ │ │ ├── chunks_71ad6e2fec61baaad8d3636e018bdce9_mANX_part_1.chunk
│ │ │ ├── chunks_71ad6e2fec61baaad8d3636e018bdce9_tcdJ_part_1.chunk
│ │ │ ├── chunks_71ad6e2fec61baaad8d3636e018bdce9_u5OC_part_2.chunk
│ │ │ ├── chunks_71ad6e2fec61baaad8d3636e018bdce9_wH2M_part_0.chunk
│ │ │ ├── chunks_71ad6e2fec61baaad8d3636e018bdce9_xNNK_part_0.chunk
│ │ │ └── chunks_71ad6e2fec61baaad8d3636e018bdce9_zdto_part_1.chunk
│ │ ├── 20211011
│ │ │ └── 18
│ │ └── 20220415
│ │ └── 10
│ │ ├── file_62593c173d6f61650015255.zip
│ │ ├── file_62593c6c3a9c71650015340.zip
│ │ ├── file_62593ca8e434f1650015400.zip
│ │ └── file_62593cac007b31650015404.zip
│ ├── route
│ │ └── route.php
│ ├── runtime
│ │ ├── cache
│ │ │ ├── 1f
│ │ │ │ └── 93621a40999c45d7531d0adc24fa9f.php
│ │ │ └── b8
│ │ │ └── 142777d17537a3bad99c2b275807b6.php
│ │ ├── log
│ │ └── temp
│ │ ├── 033e689dc92efd96100d059691dd49ef.php
│ │ ├── 0e4d4e7e56f9ad44304d54f6de48406b.php
│ │ ├── 1be1bc984d153214454101b1c5ec4014.php
│ │ ├── 1e7c803be4a4e0fdd358f0c8dd31d594.php
│ │ ├── 25534391a196c4a8dd5f9d9e55afaf47.php
│ │ ├── 25fd2c5a6f55b3db1a9fdce2e56ad793.php
│ │ ├── 2a789a87eb5bd31704e0256bf8aadee9.php
│ │ ├── 2c6f0d2072765eba1b023d2134ac6e7d.php
│ │ ├── 3095f978ad502561e272abddf75a4a03.php
│ │ ├── 3b9eea3faeb08fc817bbb22ae41468e6.php
│ │ ├── 41f146d827afe14ab0196eb7934798ea.php
│ │ ├── 47996bda5a69229d178fde894d1139ef.php
│ │ ├── 49288da46b7468f46e4904582704e877.php
│ │ ├── 4e1f7db055b42377fdf9f4786bd64346.php
│ │ ├── 5207d1fe7b3d89dc4c7634c35159ebdb.php
│ │ ├── 528e392614d4bb667de924767ff4d849.php
│ │ ├── 52e6d8f73bb20d68cba99f3df0914d88.php
│ │ ├── 59a93f62c12d9015834c5c7b249a5788.php
│ │ ├── 5bb7dd4891a810774886cca47a75b652.php
│ │ ├── 5e9b9e0703a50c26b355ad93cbaa797e.php
│ │ ├── 5fe2acac56d3bf62a756ea18a63ab51e.php
│ │ ├── 6755d4897a008e90fe2bf167e27578e8.php
│ │ ├── 6efcb1188f85c5115edd73ca9654e3c1.php
│ │ ├── 6f53bfc739cad7a7976c164dc92b0f1d.php
│ │ ├── 72b1c3b978a5250b35bd31dbb0f7b013.php
│ │ ├── 7dda3e616c63eeb49d2b11f7715401c9.php
│ │ ├── 809c8a7a87af201c6756163abddfb6f4.php
│ │ ├── 87ac9b1088f2fe6fcbce2a84de0d9420.php
│ │ ├── 8bf292c64ce60ca3b6fc2de646d11d41.php
│ │ ├── 8f6106e2e738b587fb45ec807787ec75.php
│ │ ├── 9931d87117db23183059eec82e48a37d.php
│ │ ├── a4c629ca5939f2625c6341b264918e84.php
│ │ ├── aae3eecab38741b5e93e7421b6232ce2.php
│ │ ├── af70671e41a6de90309aac1bdc33559b.php
│ │ ├── b9b5195389429434dd19e2cdd241532f.php
│ │ ├── bd09fbb8cfc5f0d2e8db7693541f6a7c.php
│ │ ├── c0bde5496cc7b0e50c2af11be2914de1.php
│ │ ├── c2e4f56924453e8c702f35b33d2d61b6.php
│ │ ├── cbd416b8756327290d0bc98b56a9b6fd.php
│ │ ├── d7a980a733189bae5539d46cc0eb9dbe.php
│ │ ├── de72eb0f535a1d1aba5af5775a323d59.php
│ │ ├── dea4989b9c8c440006f5897c8f21c6c7.php
│ │ ├── e150dc24249e1500a9ce57640e40a073.php
│ │ ├── effe03561bd3908b07e893bb56108d8b.php
│ │ ├── fb31fca04423ea03bcd9327d2d9e9478.php
│ │ └── ff38b680faea4243ed22c45be7e81f3f.php
│ ├── think
│ ├── thinkphp
│ │ ├── CONTRIBUTING.md
│ │ ├── LICENSE.txt
│ │ ├── README.md
│ │ ├── base.php
│ │ ├── composer.json
│ │ ├── convention.php
│ │ ├── helper.php
│ │ ├── lang
│ │ │ └── zh-cn.php
│ │ ├── library
│ │ │ ├── think
│ │ │ │ ├── App.php
│ │ │ │ ├── Build.php
│ │ │ │ ├── Cache.php
│ │ │ │ ├── Collection.php
│ │ │ │ ├── Config.php
│ │ │ │ ├── Console.php
│ │ │ │ ├── Container.php
│ │ │ │ ├── Controller.php
│ │ │ │ ├── Cookie.php
│ │ │ │ ├── Db.php
│ │ │ │ ├── Debug.php
│ │ │ │ ├── Env.php
│ │ │ │ ├── Error.php
│ │ │ │ ├── Exception.php
│ │ │ │ ├── Facade.php
│ │ │ │ ├── File.php
│ │ │ │ ├── Hook.php
│ │ │ │ ├── Lang.php
│ │ │ │ ├── Loader.php
│ │ │ │ ├── Log.php
│ │ │ │ ├── Middleware.php
│ │ │ │ ├── Model.php
│ │ │ │ ├── Paginator.php
│ │ │ │ ├── Process.php
│ │ │ │ ├── Request.php
│ │ │ │ ├── Response.php
│ │ │ │ ├── Route.php
│ │ │ │ ├── Session.php
│ │ │ │ ├── Template.php
│ │ │ │ ├── Url.php
│ │ │ │ ├── Validate.php
│ │ │ │ ├── View.php
│ │ │ │ ├── cache
│ │ │ │ │ ├── Driver.php
│ │ │ │ │ └── driver
│ │ │ │ ├── config
│ │ │ │ │ └── driver
│ │ │ │ ├── console
│ │ │ │ │ ├── Command.php
│ │ │ │ │ ├── Input.php
│ │ │ │ │ ├── LICENSE
│ │ │ │ │ ├── Output.php
│ │ │ │ │ ├── Table.php
│ │ │ │ │ ├── bin
│ │ │ │ │ ├── command
│ │ │ │ │ ├── input
│ │ │ │ │ └── output
│ │ │ │ ├── db
│ │ │ │ │ ├── Builder.php
│ │ │ │ │ ├── Connection.php
│ │ │ │ │ ├── Expression.php
│ │ │ │ │ ├── Query.php
│ │ │ │ │ ├── Where.php
│ │ │ │ │ ├── builder
│ │ │ │ │ ├── connector
│ │ │ │ │ └── exception
│ │ │ │ ├── debug
│ │ │ │ │ ├── Console.php
│ │ │ │ │ └── Html.php
│ │ │ │ ├── exception
│ │ │ │ │ ├── ClassNotFoundException.php
│ │ │ │ │ ├── DbException.php
│ │ │ │ │ ├── ErrorException.php
│ │ │ │ │ ├── Handle.php
│ │ │ │ │ ├── HttpException.php
│ │ │ │ │ ├── HttpResponseException.php
│ │ │ │ │ ├── PDOException.php
│ │ │ │ │ ├── RouteNotFoundException.php
│ │ │ │ │ ├── TemplateNotFoundException.php
│ │ │ │ │ ├── ThrowableError.php
│ │ │ │ │ └── ValidateException.php
│ │ │ │ ├── facade
│ │ │ │ │ ├── App.php
│ │ │ │ │ ├── Build.php
│ │ │ │ │ ├── Cache.php
│ │ │ │ │ ├── Config.php
│ │ │ │ │ ├── Cookie.php
│ │ │ │ │ ├── Debug.php
│ │ │ │ │ ├── Env.php
│ │ │ │ │ ├── Hook.php
│ │ │ │ │ ├── Lang.php
│ │ │ │ │ ├── Log.php
│ │ │ │ │ ├── Middleware.php
│ │ │ │ │ ├── Request.php
│ │ │ │ │ ├── Response.php
│ │ │ │ │ ├── Route.php
│ │ │ │ │ ├── Session.php
│ │ │ │ │ ├── Template.php
│ │ │ │ │ ├── Url.php
│ │ │ │ │ ├── Validate.php
│ │ │ │ │ └── View.php
│ │ │ │ ├── log
│ │ │ │ │ └── driver
│ │ │ │ ├── model
│ │ │ │ │ ├── Collection.php
│ │ │ │ │ ├── Pivot.php
│ │ │ │ │ ├── Relation.php
│ │ │ │ │ ├── concern
│ │ │ │ │ └── relation
│ │ │ │ ├── paginator
│ │ │ │ │ └── driver
│ │ │ │ ├── process
│ │ │ │ │ ├── Builder.php
│ │ │ │ │ ├── Utils.php
│ │ │ │ │ ├── exception
│ │ │ │ │ └── pipes
│ │ │ │ ├── response
│ │ │ │ │ ├── Download.php
│ │ │ │ │ ├── Json.php
│ │ │ │ │ ├── Jsonp.php
│ │ │ │ │ ├── Jump.php
│ │ │ │ │ ├── Redirect.php
│ │ │ │ │ ├── View.php
│ │ │ │ │ └── Xml.php
│ │ │ │ ├── route
│ │ │ │ │ ├── AliasRule.php
│ │ │ │ │ ├── Dispatch.php
│ │ │ │ │ ├── Domain.php
│ │ │ │ │ ├── Resource.php
│ │ │ │ │ ├── Rule.php
│ │ │ │ │ ├── RuleGroup.php
│ │ │ │ │ ├── RuleItem.php
│ │ │ │ │ ├── RuleName.php
│ │ │ │ │ └── dispatch
│ │ │ │ ├── session
│ │ │ │ │ └── driver
│ │ │ │ ├── template
│ │ │ │ │ ├── TagLib.php
│ │ │ │ │ ├── driver
│ │ │ │ │ └── taglib
│ │ │ │ ├── validate
│ │ │ │ │ └── ValidateRule.php
│ │ │ │ └── view
│ │ │ │ └── driver
│ │ │ └── traits
│ │ │ └── controller
│ │ │ └── Jump.php
│ │ ├── logo.png
│ │ ├── phpunit.xml.dist
│ │ └── tpl
│ │ ├── default_index.tpl
│ │ ├── dispatch_jump.tpl
│ │ ├── page_trace.tpl
│ │ └── think_exception.tpl
│ ├── vendor
│ │ ├── aferrandini
│ │ │ └── phpqrcode
│ │ │ ├── LICENSE
│ │ │ ├── VERSION
│ │ │ ├── cache
│ │ │ │ ├── frame_1.dat
│ │ │ │ ├── frame_1.png
│ │ │ │ ├── frame_10.dat
│ │ │ │ ├── frame_10.png
│ │ │ │ ├── frame_11.dat
│ │ │ │ ├── frame_11.png
│ │ │ │ ├── frame_12.dat
│ │ │ │ ├── frame_12.png
│ │ │ │ ├── frame_13.dat
│ │ │ │ ├── frame_13.png
│ │ │ │ ├── frame_14.dat
│ │ │ │ ├── frame_14.png
│ │ │ │ ├── frame_15.dat
│ │ │ │ ├── frame_15.png
│ │ │ │ ├── frame_16.dat
│ │ │ │ ├── frame_16.png
│ │ │ │ ├── frame_17.dat
│ │ │ │ ├── frame_17.png
│ │ │ │ ├── frame_18.dat
│ │ │ │ ├── frame_18.png
│ │ │ │ ├── frame_19.dat
│ │ │ │ ├── frame_19.png
│ │ │ │ ├── frame_2.dat
│ │ │ │ ├── frame_2.png
│ │ │ │ ├── frame_20.dat
│ │ │ │ ├── frame_20.png
│ │ │ │ ├── frame_21.dat
│ │ │ │ ├── frame_21.png
│ │ │ │ ├── frame_22.dat
│ │ │ │ ├── frame_22.png
│ │ │ │ ├── frame_23.dat
│ │ │ │ ├── frame_23.png
│ │ │ │ ├── frame_24.dat
│ │ │ │ ├── frame_24.png
│ │ │ │ ├── frame_25.dat
│ │ │ │ ├── frame_25.png
│ │ │ │ ├── frame_26.dat
│ │ │ │ ├── frame_26.png
│ │ │ │ ├── frame_27.dat
│ │ │ │ ├── frame_27.png
│ │ │ │ ├── frame_28.dat
│ │ │ │ ├── frame_28.png
│ │ │ │ ├── frame_29.dat
│ │ │ │ ├── frame_29.png
│ │ │ │ ├── frame_3.dat
│ │ │ │ ├── frame_3.png
│ │ │ │ ├── frame_30.dat
│ │ │ │ ├── frame_30.png
│ │ │ │ ├── frame_31.dat
│ │ │ │ ├── frame_31.png
│ │ │ │ ├── frame_32.dat
│ │ │ │ ├── frame_32.png
│ │ │ │ ├── frame_33.dat
│ │ │ │ ├── frame_33.png
│ │ │ │ ├── frame_34.dat
│ │ │ │ ├── frame_34.png
│ │ │ │ ├── frame_35.dat
│ │ │ │ ├── frame_35.png
│ │ │ │ ├── frame_36.dat
│ │ │ │ ├── frame_36.png
│ │ │ │ ├── frame_37.dat
│ │ │ │ ├── frame_37.png
│ │ │ │ ├── frame_38.dat
│ │ │ │ ├── frame_38.png
│ │ │ │ ├── frame_39.dat
│ │ │ │ ├── frame_39.png
│ │ │ │ ├── frame_4.dat
│ │ │ │ ├── frame_4.png
│ │ │ │ ├── frame_40.dat
│ │ │ │ ├── frame_40.png
│ │ │ │ ├── frame_5.dat
│ │ │ │ ├── frame_5.png
│ │ │ │ ├── frame_6.dat
│ │ │ │ ├── frame_6.png
│ │ │ │ ├── frame_7.dat
│ │ │ │ ├── frame_7.png
│ │ │ │ ├── frame_8.dat
│ │ │ │ ├── frame_8.png
│ │ │ │ ├── frame_9.dat
│ │ │ │ ├── frame_9.png
│ │ │ │ ├── mask_0
│ │ │ │ ├── mask_1
│ │ │ │ ├── mask_2
│ │ │ │ ├── mask_3
│ │ │ │ ├── mask_4
│ │ │ │ ├── mask_5
│ │ │ │ ├── mask_6
│ │ │ │ └── mask_7
│ │ │ ├── composer.json
│ │ │ ├── lib
│ │ │ │ ├── PHPQRCode
│ │ │ │ └── PHPQRCode.php
│ │ │ └── readme.md
│ │ ├── aliyuncs
│ │ │ └── oss-sdk-php
│ │ │ ├── CHANGELOG.md
│ │ │ ├── LICENSE.md
│ │ │ ├── README-CN.md
│ │ │ ├── README.md
│ │ │ ├── autoload.php
│ │ │ ├── build-phar.sh
│ │ │ ├── composer.json
│ │ │ ├── example.jpg
│ │ │ ├── index.php
│ │ │ ├── phpunit.xml
│ │ │ ├── samples
│ │ │ │ ├── Bucket.php
│ │ │ │ ├── BucketCors.php
│ │ │ │ ├── BucketLifecycle.php
│ │ │ │ ├── BucketLogging.php
│ │ │ │ ├── BucketReferer.php
│ │ │ │ ├── BucketWebsite.php
│ │ │ │ ├── Callback.php
│ │ │ │ ├── Common.php
│ │ │ │ ├── Config.php
│ │ │ │ ├── Image.php
│ │ │ │ ├── LiveChannel.php
│ │ │ │ ├── MultipartUpload.php
│ │ │ │ ├── Object.php
│ │ │ │ ├── RunAll.php
│ │ │ │ └── Signature.php
│ │ │ ├── src
│ │ │ │ └── OSS
│ │ │ └── tests
│ │ │ └── OSS
│ │ ├── autoload.php
│ │ ├── composer
│ │ │ ├── ClassLoader.php
│ │ │ ├── LICENSE
│ │ │ ├── autoload_classmap.php
│ │ │ ├── autoload_files.php
│ │ │ ├── autoload_namespaces.php
│ │ │ ├── autoload_psr4.php
│ │ │ ├── autoload_real.php
│ │ │ ├── autoload_static.php
│ │ │ └── installed.json
│ │ ├── guzzlehttp
│ │ │ ├── command
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Makefile
│ │ │ │ ├── README.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ └── src
│ │ │ │ ├── Command.php
│ │ │ │ ├── CommandInterface.php
│ │ │ │ ├── Exception
│ │ │ │ ├── HasDataTrait.php
│ │ │ │ ├── Result.php
│ │ │ │ ├── ResultInterface.php
│ │ │ │ ├── ServiceClient.php
│ │ │ │ ├── ServiceClientInterface.php
│ │ │ │ └── ToArrayInterface.php
│ │ │ ├── guzzle
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── UPGRADING.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── src
│ │ │ │ │ ├── BodySummarizer.php
│ │ │ │ │ ├── BodySummarizerInterface.php
│ │ │ │ │ ├── Client.php
│ │ │ │ │ ├── ClientInterface.php
│ │ │ │ │ ├── ClientTrait.php
│ │ │ │ │ ├── Cookie
│ │ │ │ │ ├── Exception
│ │ │ │ │ ├── Handler
│ │ │ │ │ ├── HandlerStack.php
│ │ │ │ │ ├── MessageFormatter.php
│ │ │ │ │ ├── MessageFormatterInterface.php
│ │ │ │ │ ├── Middleware.php
│ │ │ │ │ ├── Pool.php
│ │ │ │ │ ├── PrepareBodyMiddleware.php
│ │ │ │ │ ├── RedirectMiddleware.php
│ │ │ │ │ ├── RequestOptions.php
│ │ │ │ │ ├── RetryMiddleware.php
│ │ │ │ │ ├── TransferStats.php
│ │ │ │ │ ├── Utils.php
│ │ │ │ │ ├── functions.php
│ │ │ │ │ └── functions_include.php
│ │ │ │ └── vendor-bin
│ │ │ │ ├── php-cs-fixer
│ │ │ │ ├── phpstan
│ │ │ │ └── psalm
│ │ │ ├── guzzle-services
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Makefile
│ │ │ │ ├── README.md
│ │ │ │ ├── composer.json
│ │ │ │ ├── phpunit.xml.dist
│ │ │ │ └── src
│ │ │ │ ├── Description.php
│ │ │ │ ├── DescriptionInterface.php
│ │ │ │ ├── Deserializer.php
│ │ │ │ ├── GuzzleClient.php
│ │ │ │ ├── Handler
│ │ │ │ ├── Operation.php
│ │ │ │ ├── Parameter.php
│ │ │ │ ├── QuerySerializer
│ │ │ │ ├── RequestLocation
│ │ │ │ ├── ResponseLocation
│ │ │ │ ├── SchemaFormatter.php
│ │ │ │ ├── SchemaValidator.php
│ │ │ │ └── Serializer.php
│ │ │ ├── promises
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── Makefile
│ │ │ │ ├── README.md
│ │ │ │ ├── composer.json
│ │ │ │ └── src
│ │ │ │ ├── AggregateException.php
│ │ │ │ ├── CancellationException.php
│ │ │ │ ├── Coroutine.php
│ │ │ │ ├── Create.php
│ │ │ │ ├── Each.php
│ │ │ │ ├── EachPromise.php
│ │ │ │ ├── FulfilledPromise.php
│ │ │ │ ├── Is.php
│ │ │ │ ├── Promise.php
│ │ │ │ ├── PromiseInterface.php
│ │ │ │ ├── PromisorInterface.php
│ │ │ │ ├── RejectedPromise.php
│ │ │ │ ├── RejectionException.php
│ │ │ │ ├── TaskQueue.php
│ │ │ │ ├── TaskQueueInterface.php
│ │ │ │ ├── Utils.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
│ │ │ │ │ ├── Header.php
│ │ │ │ │ ├── HttpFactory.php
│ │ │ │ │ ├── InflateStream.php
│ │ │ │ │ ├── LazyOpenStream.php
│ │ │ │ │ ├── LimitStream.php
│ │ │ │ │ ├── Message.php
│ │ │ │ │ ├── MessageTrait.php
│ │ │ │ │ ├── MimeType.php
│ │ │ │ │ ├── MultipartStream.php
│ │ │ │ │ ├── NoSeekStream.php
│ │ │ │ │ ├── PumpStream.php
│ │ │ │ │ ├── Query.php
│ │ │ │ │ ├── Request.php
│ │ │ │ │ ├── Response.php
│ │ │ │ │ ├── Rfc7230.php
│ │ │ │ │ ├── ServerRequest.php
│ │ │ │ │ ├── Stream.php
│ │ │ │ │ ├── StreamDecoratorTrait.php
│ │ │ │ │ ├── StreamWrapper.php
│ │ │ │ │ ├── UploadedFile.php
│ │ │ │ │ ├── Uri.php
│ │ │ │ │ ├── UriNormalizer.php
│ │ │ │ │ ├── UriResolver.php
│ │ │ │ │ └── Utils.php
│ │ │ │ └── vendor-bin
│ │ │ │ ├── php-cs-fixer
│ │ │ │ ├── phpstan
│ │ │ │ └── psalm
│ │ │ └── uri-template
│ │ │ ├── CHANGELOG.md
│ │ │ ├── LICENSE.md
│ │ │ ├── README.md
│ │ │ ├── composer.json
│ │ │ └── src
│ │ │ └── UriTemplate.php
│ │ ├── phpmailer
│ │ │ └── phpmailer
│ │ │ ├── COMMITMENT
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── SECURITY.md
│ │ │ ├── VERSION
│ │ │ ├── composer.json
│ │ │ ├── get_oauth_token.php
│ │ │ ├── language
│ │ │ │ ├── phpmailer.lang-af.php
│ │ │ │ ├── phpmailer.lang-ar.php
│ │ │ │ ├── phpmailer.lang-az.php
│ │ │ │ ├── phpmailer.lang-ba.php
│ │ │ │ ├── phpmailer.lang-be.php
│ │ │ │ ├── phpmailer.lang-bg.php
│ │ │ │ ├── phpmailer.lang-ca.php
│ │ │ │ ├── phpmailer.lang-ch.php
│ │ │ │ ├── phpmailer.lang-cs.php
│ │ │ │ ├── phpmailer.lang-da.php
│ │ │ │ ├── phpmailer.lang-de.php
│ │ │ │ ├── phpmailer.lang-el.php
│ │ │ │ ├── phpmailer.lang-eo.php
│ │ │ │ ├── phpmailer.lang-es.php
│ │ │ │ ├── phpmailer.lang-et.php
│ │ │ │ ├── phpmailer.lang-fa.php
│ │ │ │ ├── phpmailer.lang-fi.php
│ │ │ │ ├── phpmailer.lang-fo.php
│ │ │ │ ├── phpmailer.lang-fr.php
│ │ │ │ ├── phpmailer.lang-gl.php
│ │ │ │ ├── phpmailer.lang-he.php
│ │ │ │ ├── phpmailer.lang-hi.php
│ │ │ │ ├── phpmailer.lang-hr.php
│ │ │ │ ├── phpmailer.lang-hu.php
│ │ │ │ ├── phpmailer.lang-hy.php
│ │ │ │ ├── phpmailer.lang-id.php
│ │ │ │ ├── phpmailer.lang-it.php
│ │ │ │ ├── phpmailer.lang-ja.php
│ │ │ │ ├── phpmailer.lang-ka.php
│ │ │ │ ├── phpmailer.lang-ko.php
│ │ │ │ ├── phpmailer.lang-lt.php
│ │ │ │ ├── phpmailer.lang-lv.php
│ │ │ │ ├── phpmailer.lang-mg.php
│ │ │ │ ├── phpmailer.lang-ms.php
│ │ │ │ ├── phpmailer.lang-nb.php
│ │ │ │ ├── phpmailer.lang-nl.php
│ │ │ │ ├── phpmailer.lang-pl.php
│ │ │ │ ├── phpmailer.lang-pt.php
│ │ │ │ ├── phpmailer.lang-pt_br.php
│ │ │ │ ├── phpmailer.lang-ro.php
│ │ │ │ ├── phpmailer.lang-ru.php
│ │ │ │ ├── phpmailer.lang-sk.php
│ │ │ │ ├── phpmailer.lang-sl.php
│ │ │ │ ├── phpmailer.lang-sr.php
│ │ │ │ ├── phpmailer.lang-sr_latn.php
│ │ │ │ ├── phpmailer.lang-sv.php
│ │ │ │ ├── phpmailer.lang-tl.php
│ │ │ │ ├── phpmailer.lang-tr.php
│ │ │ │ ├── phpmailer.lang-uk.php
│ │ │ │ ├── phpmailer.lang-vi.php
│ │ │ │ ├── phpmailer.lang-zh.php
│ │ │ │ └── phpmailer.lang-zh_cn.php
│ │ │ └── src
│ │ │ ├── Exception.php
│ │ │ ├── OAuth.php
│ │ │ ├── PHPMailer.php
│ │ │ ├── POP3.php
│ │ │ └── SMTP.php
│ │ ├── psr
│ │ │ ├── http-client
│ │ │ │ ├── CHANGELOG.md
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── composer.json
│ │ │ │ └── src
│ │ │ │ ├── ClientExceptionInterface.php
│ │ │ │ ├── ClientInterface.php
│ │ │ │ ├── NetworkExceptionInterface.php
│ │ │ │ └── RequestExceptionInterface.php
│ │ │ ├── http-factory
│ │ │ │ ├── LICENSE
│ │ │ │ ├── README.md
│ │ │ │ ├── composer.json
│ │ │ │ └── src
│ │ │ │ ├── RequestFactoryInterface.php
│ │ │ │ ├── ResponseFactoryInterface.php
│ │ │ │ ├── ServerRequestFactoryInterface.php
│ │ │ │ ├── StreamFactoryInterface.php
│ │ │ │ ├── UploadedFileFactoryInterface.php
│ │ │ │ └── UriFactoryInterface.php
│ │ │ └── http-message
│ │ │ ├── CHANGELOG.md
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── composer.json
│ │ │ └── src
│ │ │ ├── MessageInterface.php
│ │ │ ├── RequestInterface.php
│ │ │ ├── ResponseInterface.php
│ │ │ ├── ServerRequestInterface.php
│ │ │ ├── StreamInterface.php
│ │ │ ├── UploadedFileInterface.php
│ │ │ └── UriInterface.php
│ │ ├── qcloud
│ │ │ └── cos-sdk-v5
│ │ │ ├── CHANGELOG.md
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── composer.json
│ │ │ ├── phpunit.xml
│ │ │ ├── sample
│ │ │ │ ├── abortMultipartUpload.php
│ │ │ │ ├── appendObject.php
│ │ │ │ ├── blindWatermark.php
│ │ │ │ ├── catchException.php
│ │ │ │ ├── ciTransformation.php
│ │ │ │ ├── completeMultipartUpload.php
│ │ │ │ ├── copy.php
│ │ │ │ ├── copyObject.php
│ │ │ │ ├── cosClient.php
│ │ │ │ ├── createBucket.php
│ │ │ │ ├── createFolder.php
│ │ │ │ ├── createMediaConcatJobs.php
│ │ │ │ ├── createMediaSnapshotJobs.php
│ │ │ │ ├── createMediaTranscodeJobs.php
│ │ │ │ ├── createMultipartUpload.php
│ │ │ │ ├── deleteBucket.php
│ │ │ │ ├── deleteBucketCors.php
│ │ │ │ ├── deleteBucketDomain.php
│ │ │ │ ├── deleteBucketGuetzli.php
│ │ │ │ ├── deleteBucketImageStyle.php
│ │ │ │ ├── deleteBucketLifecycle.php
│ │ │ │ ├── deleteBucketTagging.php
│ │ │ │ ├── deleteBucketWebsite.php
│ │ │ │ ├── deleteFolder.php
│ │ │ │ ├── deleteObject.php
│ │ │ │ ├── deleteObjectTagging.php
│ │ │ │ ├── detectAudio.php
│ │ │ │ ├── detectDocument.php
│ │ │ │ ├── detectLable.php
│ │ │ │ ├── detectText.php
│ │ │ │ ├── detectVideo.php
│ │ │ │ ├── download.php
│ │ │ │ ├── downloadFolder.php
│ │ │ │ ├── getBlindWatermark.php
│ │ │ │ ├── getBucketAcl.php
│ │ │ │ ├── getBucketCors.php
│ │ │ │ ├── getBucketDomain.php
│ │ │ │ ├── getBucketGuetzli.php
│ │ │ │ ├── getBucketImageStyle.php
│ │ │ │ ├── getBucketInventory.php
│ │ │ │ ├── getBucketLifecycle.php
│ │ │ │ ├── getBucketLogging.php
│ │ │ │ ├── getBucketReferer.php
│ │ │ │ ├── getBucketTagging.php
│ │ │ │ ├── getBucketWebsite.php
│ │ │ │ ├── getDetectAudioResult.php
│ │ │ │ ├── getDetectDocumentResult.php
│ │ │ │ ├── getDetectTextResult.php
│ │ │ │ ├── getDetectVideoResult.php
│ │ │ │ ├── getMediaInfo.php
│ │ │ │ ├── getObject.php
│ │ │ │ ├── getObjectSensitiveContentRecognition.php
│ │ │ │ ├── getObjectTagging.php
│ │ │ │ ├── getObjectUrl.php
│ │ │ │ ├── getObjectWithoutSign.php
│ │ │ │ ├── getPresignedUrl.php
│ │ │ │ ├── getSnapshot.php
│ │ │ │ ├── headBucket.php
│ │ │ │ ├── headObject.php
│ │ │ │ ├── imageAve.php
│ │ │ │ ├── imageExif.php
│ │ │ │ ├── imageInfo.php
│ │ │ │ ├── imageMogr.php
│ │ │ │ ├── imageProcess.php
│ │ │ │ ├── imageView.php
│ │ │ │ ├── imageWatermark.php
│ │ │ │ ├── listBucket.php
│ │ │ │ ├── listMultipartUploads.php
│ │ │ │ ├── listObjects.php
│ │ │ │ ├── listParts.php
│ │ │ │ ├── picOperations.php
│ │ │ │ ├── putBlindWatermark.php
│ │ │ │ ├── putBucketAcl.php
│ │ │ │ ├── putBucketCors.php
│ │ │ │ ├── putBucketDomain.php
│ │ │ │ ├── putBucketGuetzli.php
│ │ │ │ ├── putBucketImageStyle.php
│ │ │ │ ├── putBucketInventory.php
│ │ │ │ ├── putBucketLifecycle.php
│ │ │ │ ├── putBucketLogging.php
│ │ │ │ ├── putBucketReferer.php
│ │ │ │ ├── putBucketTagging.php
│ │ │ │ ├── putBucketWebsite.php
│ │ │ │ ├── putImageStyle.php
│ │ │ │ ├── putObject.php
│ │ │ │ ├── putObjectTagging.php
│ │ │ │ ├── putQrcode.php
│ │ │ │ ├── qrcode.php
│ │ │ │ ├── qrcodeGenerate.php
│ │ │ │ ├── restoreObject.php
│ │ │ │ ├── selectObjectContent.php
│ │ │ │ ├── textWatermark.php
│ │ │ │ ├── trafficLimit.php
│ │ │ │ ├── upload.php
│ │ │ │ ├── uploadFolder.php
│ │ │ │ └── uploadPart.php
│ │ │ └── src
│ │ │ └── Qcloud
│ │ ├── ralouphie
│ │ │ └── getallheaders
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── composer.json
│ │ │ └── src
│ │ │ └── getallheaders.php
│ │ ├── symfony
│ │ │ └── polyfill-php80
│ │ │ ├── LICENSE
│ │ │ ├── Php80.php
│ │ │ ├── README.md
│ │ │ ├── Resources
│ │ │ │ └── stubs
│ │ │ ├── bootstrap.php
│ │ │ └── composer.json
│ │ └── topthink
│ │ ├── think-captcha
│ │ │ ├── LICENSE
│ │ │ ├── README.md
│ │ │ ├── assets
│ │ │ │ ├── bgs
│ │ │ │ ├── ttfs
│ │ │ │ └── zhttfs
│ │ │ ├── composer.json
│ │ │ └── src
│ │ │ ├── Captcha.php
│ │ │ ├── CaptchaController.php
│ │ │ └── helper.php
│ │ └── think-installer
│ │ ├── composer.json
│ │ └── src
│ │ ├── LibraryInstaller.php
│ │ ├── Plugin.php
│ │ ├── Promise.php
│ │ ├── ThinkExtend.php
│ │ ├── ThinkFramework.php
│ │ └── ThinkTesting.php
│ └── 数据库
│ └── pan.sql
└── 仿蓝奏网盘,数据库,PHP.zip
288 directories, 948 files
评论