域名
This commit is contained in:
@@ -105,7 +105,7 @@ IMService.prototype.initialContacts = function (friendList) {
|
||||
const token = uni.getStorageSync('token');
|
||||
console.log(token)
|
||||
uni.request({
|
||||
url:"http://mall.dmygkeji.com/api/Specialci/getAtwillUserInfo",
|
||||
url:"https://mall.dmygkeji.com/api/Specialci/getAtwillUserInfo",
|
||||
data:{
|
||||
userId:i[0]
|
||||
},
|
||||
@@ -282,7 +282,7 @@ IMService.prototype.initialIMListeners = function () {
|
||||
const token = uni.getStorageSync('token');
|
||||
console.log(token)
|
||||
uni.request({
|
||||
url:"http://mall.dmygkeji.com/api/Specialci/getAtwillUserInfo",
|
||||
url:"https://mall.dmygkeji.com/api/Specialci/getAtwillUserInfo",
|
||||
data:{
|
||||
userId:message.senderId
|
||||
},
|
||||
@@ -410,7 +410,7 @@ IMService.prototype.sendMessagesSetStorage = function (friendId,message){
|
||||
const token = uni.getStorageSync('token');
|
||||
console.log(token)
|
||||
uni.request({
|
||||
url:"http://mall.dmygkeji.com/api/Specialci/getAtwillUserInfo",
|
||||
url:"https://mall.dmygkeji.com/api/Specialci/getAtwillUserInfo",
|
||||
data:{
|
||||
userId:friendId
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user