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

feat: update weixin code cache expire

上级 81977bb4
......@@ -106,8 +106,8 @@ async function saveSecureNetworkCache ({
unionid,
session_key: sessionKey
})
// 此处存储的是code的缓存,有效期三天即可
const expiredSeconds = 3 * 24 * 60 * 60
// 此处存储的是code的缓存,设置有效期和token一致
const expiredSeconds = this.config.tokenExpiresIn || 3 * 24 * 60 * 60
await openDataCollection.doc(key).set({
value,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册