更新openId
This commit is contained in:
@@ -62,7 +62,7 @@ async function request(options) {
|
|||||||
if (options.type == 1) {
|
if (options.type == 1) {
|
||||||
options.header = {
|
options.header = {
|
||||||
token: uni.cache.get('token'),
|
token: uni.cache.get('token'),
|
||||||
openId: uni.cache.get('miniAppOpenId'),
|
openId: uni.cache.get('userInfo').miniAppOpenId,
|
||||||
id: uni.cache.get('userInfo').id,
|
id: uni.cache.get('userInfo').id,
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user