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

feat: 冗余存储三方平台信息,兼容旧版本逻辑

上级 5e60e9dd
...@@ -46,7 +46,8 @@ function generateQQCache ({ ...@@ -46,7 +46,8 @@ function generateQQCache ({
} }
return { return {
third_party: { third_party: {
[`${appId}_${platform}_qq`]: cache [`${appId}_${platform}_qq`]: cache,
[`${platform}_qq`]: cache
} }
} }
} }
......
...@@ -85,7 +85,8 @@ function generateWeixinCache ({ ...@@ -85,7 +85,8 @@ function generateWeixinCache ({
} }
return { return {
third_party: { third_party: {
[`${appId}_${platform}_weixin`]: cache [`${appId}_${platform}_weixin`]: cache,
[`${platform}_weixin`]: cache
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册