|
|
|
@ -93,9 +93,9 @@ function $http(url, data = {}, options = {}){ |
|
|
|
var accountInfo = wx.getAccountInfoSync(); |
|
|
|
var autoappid = accountInfo.miniProgram.appId; |
|
|
|
|
|
|
|
options.appid = autoappid || 'wxeb58570b5e04d147'; |
|
|
|
console.log('当前自动获取的aapid',autoappid) |
|
|
|
|
|
|
|
console.log('请求',options.appid) |
|
|
|
options.appid = autoappid || 'wxeb58570b5e04d147'; |
|
|
|
|
|
|
|
let user_info = uni.getStorageSync('userinfo') |
|
|
|
let user_token = user_info.token |
|
|
|
|