Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
php
/
maf
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e0a62ab1
authored
Jan 13, 2020
by
doszhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dos
parent
4f5a8ac3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
11 deletions
+13
-11
.gitignore
+8
-7
Application/Common/Conf/config.php
+3
-3
Application/Home/Controller/IndexController.class.php
+2
-1
Public/static/admin/lib/qiniu/demo/scripts/ui.js
+0
-0
No files found.
.gitignore
View file @
e0a62ab1
node_modules
node_modules
/.idea
/.idea
.sass-cache/
.sass-cache/
.DS_Store
.DS_Store
*.css.map
*.css.map
Thumbs.db
Thumbs.db
.phpstorm.meta.php
.phpstorm.meta.php
# Application/Common/Conf
# Application/Common/Conf
\ No newline at end of file
Application/Common/Conf/config.php
View file @
e0a62ab1
...
@@ -9,9 +9,9 @@ return array(
...
@@ -9,9 +9,9 @@ return array(
// 微信授权,通过key、token调用智达接口并验证智达返回数据
// 微信授权,通过key、token调用智达接口并验证智达返回数据
'AUTH_SUPPORT_FAKE_OPENID'
=>
true
,
'AUTH_SUPPORT_FAKE_OPENID'
=>
true
,
'AUTH_APP_ID'
=>
'wx
3d1fe32645ff9e8d
'
,
'AUTH_APP_ID'
=>
'wx
7d067764769a7738
'
,
'AUTH_CLIENT_ID'
=>
'
zhida_app
'
,
'AUTH_CLIENT_ID'
=>
'
third
'
,
'AUTH_CLIENT_PASSWORD'
=>
'
izhida
'
,
'AUTH_CLIENT_PASSWORD'
=>
'
zhida_third_oauth
'
,
/* CDN路径配置。配置之后可以在模版文件中使用__CDN__ */
/* CDN路径配置。配置之后可以在模版文件中使用__CDN__ */
// '__CDN__' => 'https://static3.izhida.cn/cdn1/samsung-christmas/v1.0.7',
// '__CDN__' => 'https://static3.izhida.cn/cdn1/samsung-christmas/v1.0.7',
'__CDN__'
=>
'/Public/static'
,
// @readme <-- 上线时修改这里
'__CDN__'
=>
'/Public/static'
,
// @readme <-- 上线时修改这里
...
...
Application/Home/Controller/IndexController.class.php
View file @
e0a62ab1
...
@@ -4,7 +4,8 @@ vendor('tencentsdk.TCloudAutoLoader');
...
@@ -4,7 +4,8 @@ vendor('tencentsdk.TCloudAutoLoader');
use
Think\Controller
;
use
Think\Controller
;
use
SignedCookie
;
use
SignedCookie
;
use
Zhida\OAuthHelperV3
;
// use Zhida\OAuthHelperV3;
use
Common\Common\OAuthHelperV3
;
use
Think\Upload\Driver\Qiniu\QiniuStorage
;
use
Think\Upload\Driver\Qiniu\QiniuStorage
;
use
Think\Log
;
use
Think\Log
;
...
...
Public/static/admin/lib/qiniu/demo/scripts/ui.js
View file @
e0a62ab1
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment