|
@@ -56,7 +56,8 @@ |
|
|
method: "GET", |
|
|
method: "GET", |
|
|
data: { |
|
|
data: { |
|
|
id: this.messageObj.id, |
|
|
id: this.messageObj.id, |
|
|
accountId: uni.getStorageSync('weapp_session_userInfo_data').accountId |
|
|
|
|
|
|
|
|
accountId: uni.getStorageSync('weapp_session_userInfo_data').accountId, |
|
|
|
|
|
projectId: uni.getStorageSync('buildingID').id, |
|
|
}, |
|
|
}, |
|
|
header: { |
|
|
header: { |
|
|
'content-type': 'application/json', |
|
|
'content-type': 'application/json', |
|
|