|
|
@@ -46,7 +46,7 @@
|
|
|
let that = this;
|
|
|
console.log('inviteId:',getApp().globalData.inviteId)
|
|
|
console.log('session_key:',getApp().globalData.session_key)
|
|
|
- console.log('inviteId:',getApp().globalData.inviteId)
|
|
|
+ console.log('userId:',getApp().globalData.user_id)
|
|
|
uni.request({
|
|
|
url:getApp().globalData.shareUrl, //需要设置为全局
|
|
|
method: 'POST',
|
|
|
@@ -56,10 +56,10 @@
|
|
|
data: {
|
|
|
method: 'auth',
|
|
|
timestamp: getApp().globalData.globalTimestamp, //Date.now()
|
|
|
- uid:getApp().globalData.user_id,
|
|
|
+ //uid:getApp().globalData.user_id,
|
|
|
sign: md5('auth' + getApp().globalData.globalTimestamp),
|
|
|
- nickname:getApp().globalData.user_name,
|
|
|
- headimg:getApp().globalData.user_headUrl,
|
|
|
+ //nickname:getApp().globalData.user_name,
|
|
|
+ //headimg:getApp().globalData.user_headUrl,
|
|
|
iv:that.iv,
|
|
|
session_key:getApp().globalData.session_key,
|
|
|
encryptedData:that.encryptedData,
|