替换域名
This commit is contained in:
@@ -108,7 +108,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],
|
||||
markup:1
|
||||
@@ -289,7 +289,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,
|
||||
markup:1
|
||||
@@ -532,7 +532,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,
|
||||
markup:1
|
||||
|
||||
Reference in New Issue
Block a user