更新openId

This commit is contained in:
魏啾
2024-04-15 18:20:00 +08:00
parent 45f8f23fcc
commit 7a8617b7a7

View File

@@ -62,7 +62,7 @@ async function request(options) {
if (options.type == 1) {
options.header = {
token: uni.cache.get('token'),
openId: uni.cache.get('miniAppOpenId'),
openId: uni.cache.get('userInfo').miniAppOpenId,
id: uni.cache.get('userInfo').id,
}
} else {