Commit e0a62ab1 by doszhang

dos

parent 4f5a8ac3
node_modules
/.idea
.sass-cache/
.DS_Store
*.css.map
Thumbs.db
.phpstorm.meta.php
node_modules
/.idea
.sass-cache/
.DS_Store
*.css.map
Thumbs.db
.phpstorm.meta.php
# Application/Common/Conf
\ No newline at end of file
......@@ -9,9 +9,9 @@ return array(
// 微信授权,通过key、token调用智达接口并验证智达返回数据
'AUTH_SUPPORT_FAKE_OPENID' => true,
'AUTH_APP_ID' => 'wx3d1fe32645ff9e8d',
'AUTH_CLIENT_ID' => 'zhida_app',
'AUTH_CLIENT_PASSWORD' => 'izhida',
'AUTH_APP_ID' => 'wx7d067764769a7738',
'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 <-- 上线时修改这里
......
......@@ -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;
......
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