名字
This commit is contained in:
@@ -107,7 +107,8 @@ IMService.prototype.initialContacts = function (friendList) {
|
||||
uni.request({
|
||||
url:"https://dmmall.sdbairui.com/api/Specialci/getAtwillUserInfo",
|
||||
data:{
|
||||
userId:i[0]
|
||||
userId:i[0],
|
||||
markup:1
|
||||
},
|
||||
method:"POST",
|
||||
header:{
|
||||
@@ -285,7 +286,8 @@ IMService.prototype.initialIMListeners = function () {
|
||||
uni.request({
|
||||
url:"https://dmmall.sdbairui.com/api/Specialci/getAtwillUserInfo",
|
||||
data:{
|
||||
userId:message.senderId
|
||||
userId:message.senderId,
|
||||
markup:1
|
||||
},
|
||||
method:"POST",
|
||||
header:{
|
||||
@@ -527,7 +529,8 @@ IMService.prototype.sendMessagesSetStorage = function (friendId,message){
|
||||
uni.request({
|
||||
url:"https://dmmall.sdbairui.com/api/Specialci/getAtwillUserInfo",
|
||||
data:{
|
||||
userId:friendId
|
||||
userId:friendId,
|
||||
markup:1
|
||||
},
|
||||
method:"POST",
|
||||
header:{
|
||||
|
||||
Reference in New Issue
Block a user