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
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
4 deletions
+5
-4
.gitignore
+0
-0
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
Application/Common/Conf/config.php
View file @
e0a62ab1
...
...
@@ -9,9 +9,9 @@ return array(
// 微信授权,通过key、token调用智达接口并验证智达返回数据
'AUTH_SUPPORT_FAKE_OPENID'
=>
true
,
'AUTH_APP_ID'
=>
'wx
3d1fe32645ff9e8d
'
,
'AUTH_CLIENT_ID'
=>
'
zhida_app
'
,
'AUTH_CLIENT_PASSWORD'
=>
'
izhida
'
,
'AUTH_APP_ID'
=>
'wx
7d067764769a7738
'
,
'AUTH_CLIENT_ID'
=>
'
third
'
,
'AUTH_CLIENT_PASSWORD'
=>
'
zhida_third_oauth
'
,
/* CDN路径配置。配置之后可以在模版文件中使用__CDN__ */
// '__CDN__' => 'https://static3.izhida.cn/cdn1/samsung-christmas/v1.0.7',
'__CDN__'
=>
'/Public/static'
,
// @readme <-- 上线时修改这里
...
...
Application/Home/Controller/IndexController.class.php
View file @
e0a62ab1
...
...
@@ -4,7 +4,8 @@ vendor('tencentsdk.TCloudAutoLoader');
use
Think\Controller
;
use
SignedCookie
;
use
Zhida\OAuthHelperV3
;
// use Zhida\OAuthHelperV3;
use
Common\Common\OAuthHelperV3
;
use
Think\Upload\Driver\Qiniu\QiniuStorage
;
use
Think\Log
;
...
...
Public/static/admin/lib/qiniu/demo/scripts/ui.js
View file @
e0a62ab1
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