|
|
@@ -287,7 +287,7 @@
|
|
|
})
|
|
|
},
|
|
|
sendMessage(type, content, item) {
|
|
|
- this.$Request.get("/app/chat/selectByTwoIds", { userId: item.interviewerId, focusedUserId: item.userId }).then((res) => {
|
|
|
+ this.$Request.get("/app/chat/selectByTwoIds", { params: { userId: item.interviewerId, focusedUserId: item.userId } }).then((res) => {
|
|
|
if (res.code == 0){
|
|
|
let data = {
|
|
|
userId: item.interviewerId, //id
|