更新openId
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user