代码复制
parents
Showing
Dockerfile
0 → 100755
LICENSE
0 → 100755
This diff is collapsed.
Click to expand it.
app/.gitignore
0 → 100755
app/.htaccess
0 → 100755
app/api/controller/Api.php
0 → 100755
app/api/controller/Factory.php
0 → 100755
app/api/controller/Oauth.php
0 → 100755
app/api/controller/Send.php
0 → 100755
app/api/controller/UnauthorizedException.php
0 → 100755
app/api/controller/v1/app/Base.php
0 → 100755
app/api/controller/v1/app/Send.php
0 → 100755
app/api/controller/v1/app/User.php
0 → 100755
app/api/controller/v2/User.php
0 → 100755
app/api/logic/app/SendLogic.php
0 → 100755
app/api/logic/app/UserLogic.php
0 → 100755
app/api/model/Sms.php
0 → 100755
app/api/model/User.php
0 → 100755
app/api/model/UserOauth.php
0 → 100755
app/api/model/UserToken.php
0 → 100755
app/api/swagger.json
0 → 100755
This diff is collapsed.
Click to expand it.
app/command.php
0 → 100755
app/common.php
0 → 100755
app/common/behavior/Log.php
0 → 100755
app/common/tools/Auth.php
0 → 100755
app/common/tools/DbManage.php
0 → 100755
app/common/tools/Image.php
0 → 100755
app/common/tools/RedisUtil.php
0 → 100755
app/common/tools/Strings.php
0 → 100755
app/common/tools/Visitor.php
0 → 100755
app/common/tools/wechatUtil.php
0 → 100755
app/common/validate/Base.php
0 → 100755
app/common/validate/Validate.php
0 → 100755
app/config.php
0 → 100755
app/database.php
0 → 100755
app/extra/alidayu.php
0 → 100755
app/extra/qiniu.php
0 → 100755
app/extra/wechat.php
0 → 100755
app/route.php
0 → 100755
app/tags.php
0 → 100755
app/www/controller/Error.php
0 → 100755
app/www/controller/Index.php
0 → 100755
build.php
0 → 100755
composer.json
0 → 100755
{ | ||
"name": "topthink/think", | ||
"description": "the new thinkphp framework", | ||
"type": "project", | ||
"keywords": [ | ||
"framework", | ||
"thinkphp", | ||
"ORM" | ||
], | ||
"homepage": "http://thinkphp.cn/", | ||
"license": "Apache-2.0", | ||
"authors": [ | ||
{ | ||
"name": "liu21st", | ||
"email": "liu21st@gmail.com" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.4.0", | ||
"topthink/framework": "5.0.*", | ||
"topthink/think-captcha": "^1.0.7", | ||
"topthink/think-testing": "^1.0", | ||
"zircote/swagger-php": "^2.0", | ||
"qiniu/php-sdk": "^7.2", | ||
"jpush/jpush": "^3.5" | ||
}, | ||
"extra": { | ||
"think-path": "thinkphp" | ||
}, | ||
"config": { | ||
"preferred-install": "dist" | ||
} | ||
} |
composer.lock
0 → 100755
This diff is collapsed.
Click to expand it.
php
0 → 100755
phpunit.xml
0 → 100755
public/.htaccess
0 → 100755
public/favicon.ico
0 → 100755
File added
public/index.php
0 → 100755
public/robots.txt
0 → 100755
public/router.php
0 → 100755
public/static/admin/css/animate.css
0 → 100755
This diff is collapsed.
Click to expand it.
public/static/admin/css/bootstrap-table.css
0 → 100755
public/static/admin/css/style.css
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/static/admin/css/style.min.css
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/static/admin/images/logo.jpg
0 → 100755
35.8 KB
public/static/admin/js/bootstrap-table.js
0 → 100755
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
public/static/admin/js/en-us.js
0 → 100755
public/static/admin/js/gridview.js
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/static/admin/js/main.js
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/static/admin/js/zh-CN.js
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
This diff is collapsed.
Click to expand it.
File added
File added
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
public/static/admin/lib/bootstrap3/js/npm.js
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
File added
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
File added
File added
File added
public/static/admin/lib/jquery-3.1.0.min.js
0 → 100755
This diff is collapsed.
Click to expand it.
public/swagger.json
0 → 100755
public/template.sql
0 → 100755
runtime/.cache
0 → 100755
This diff is collapsed.
Click to expand it.
runtime/log/201903/11.log
0 → 100644
This diff is collapsed.
Click to expand it.
template.sql
0 → 100755
This diff is collapsed.
Click to expand it.
think
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/.gitignore
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/.htaccess
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/.travis.yml
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/CONTRIBUTING.md
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/LICENSE.txt
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/README.md
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/base.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/codecov.yml
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/composer.json
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/console.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/convention.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/helper.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/lang/zh-cn.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/App.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Build.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Cache.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Collection.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Config.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Console.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Controller.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Cookie.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Db.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Debug.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Env.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Error.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Exception.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/File.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Hook.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Lang.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Loader.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Log.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Model.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Paginator.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Process.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Request.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Response.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Route.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Session.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Template.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Url.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/Validate.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/View.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/cache/Driver.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/cache/driver/File.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/cache/driver/Lite.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/config/driver/Ini.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/config/driver/Xml.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/console/Command.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/console/Input.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/console/LICENSE
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/console/Output.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/console/bin/README.md
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/controller/Rest.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/controller/Yar.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/db/Builder.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/db/Connection.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/db/Expression.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/db/Query.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/db/builder/Mysql.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/db/builder/Pgsql.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/db/builder/Sqlite.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/db/builder/Sqlsrv.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/debug/Console.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/debug/Html.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/exception/Handle.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/log/driver/File.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/log/driver/Socket.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/log/driver/Test.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/model/Collection.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/model/Merge.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/model/Pivot.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/model/Relation.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/process/Builder.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/process/Utils.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/response/Json.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/response/Jsonp.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/response/Redirect.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/response/View.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/response/Xml.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/template/TagLib.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
thinkphp/library/think/view/driver/Php.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/think/view/driver/Think.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/traits/controller/Jump.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/traits/model/SoftDelete.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/library/traits/think/Instance.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/logo.png
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/phpunit.xml
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/start.php
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/tpl/default_index.tpl
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/tpl/dispatch_jump.tpl
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/tpl/page_trace.tpl
0 → 100755
This diff is collapsed.
Click to expand it.
thinkphp/tpl/think_exception.tpl
0 → 100755
This diff is collapsed.
Click to expand it.
vendor/.gitignore
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/.gitignore
0 → 100755
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/.travis.yml
0 → 100755
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/LICENSE
0 → 100755
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/README.md
0 → 100755
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/composer.json
0 → 100755
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/doc/api.md
0 → 100755
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/doc/grouppush.md
0 → 100755
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/doc/http2.md
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/examples/cid_example.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/examples/push_example.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/phpunit.xml.dist
0 → 100755
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/src/JPush/AdminClient.php
0 → 100755
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/src/JPush/Client.php
0 → 100755
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/src/JPush/Config.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/src/JPush/Http.php
0 → 100755
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/src/JPush/PushPayload.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/src/JPush/version.php
0 → 100755
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
vendor/jpush/jpush/tests/bootstrap.php
0 → 100755
This diff is collapsed.
Click to expand it.