美文网首页
无标题文章

无标题文章

作者: 秦城雨 | 来源:发表于2018-05-31 10:23 被阅读0次

    实验

    你们在哪里

    export async function redirect(ctx,next) { const target = config.SITE_ROOT_URL + '/oauth' const scope = 'snsapi_userinfo' //snsapi_base snsapi_userinfo const {a,b} = ctx.query const params = `${a}_${b}` const url = api.getAuthorizeURL(scope,target,params) console.log(url,":::哈哈哈") ctx.redirect (url) console.log("-----------------")}

    相关文章

      网友评论

          本文标题:无标题文章

          本文链接:https://www.haomeiwen.com/subject/jekkwttx.html