Commit 5e10aa79 authored by 李尚科's avatar 李尚科

fix oauth athena

parent 06caa3fa
Pipeline #18995 passed with stage
in 1 minute 20 seconds
......@@ -203,7 +203,7 @@ class WechatController extends Controller {
}
// 微信公众号客服页面授权跳转地址
async kefuOauthLogin() {
async oauthAthena() {
const { ctx } = this;
const code = ctx.query.code;
......
......@@ -8,6 +8,6 @@ module.exports = app => {
router.get('/wechat/check_login', 'gjj.wechat.checkLogin');// 公积金公众号检查用户是否登录
router.get('third', '/wechat/oauth_login', 'gjj.wechat.oauthLogin');// 公积金公众号授权登录
router.get('third', '/wechat/oauth_athena', 'gjj.wechat.kefuOauthLogin');// 客服页面授权登录
router.get('third', '/wechat/oauth_athena', 'gjj.wechat.oauthAthena');// 客服页面授权登录
// router.get('/wechat/check_gjj', 'gjj.wechat.checkGjj');// 公积金公众号授权登录
};
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 to comment