Commit e0a62ab1 by doszhang

dos

parent 4f5a8ac3
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
...@@ -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' => 'wx3d1fe32645ff9e8d', 'AUTH_APP_ID' => 'wx7d067764769a7738',
'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 <-- 上线时修改这里
......
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment