提交 0e235ae7 编写于 作者: 雪洛's avatar 雪洛

fix: alipay login error

上级 2433164c
...@@ -36,7 +36,7 @@ module.exports = async function (params = {}) { ...@@ -36,7 +36,7 @@ module.exports = async function (params = {}) {
const alipayApi = initAlipay.call(this) const alipayApi = initAlipay.call(this)
let getAlipayAccountResult let getAlipayAccountResult
try { try {
getAlipayAccountResult = await alipayApi().code2Session(code) getAlipayAccountResult = await alipayApi.code2Session(code)
} catch (error) { } catch (error) {
console.error(error) console.error(error)
await this.middleware.uniIdLog({ await this.middleware.uniIdLog({
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册