Commit 69e45351 by 施宇

111

parent 84f8399a
Showing with 1 additions and 1 deletions
......@@ -86,7 +86,7 @@ const addImUser = (message) => { //接收消息后进行用户的处理,以便
};
const registerIm = () => {
let token = wx.getStorageSync('access_token') || '';
getData(apis.authregistim + '?source=1', 'post', {}, function(res) {
getData(apis.authregistim, 'post', {}, function(res) {
if (res.errcode == 0) {
getImUser();
} else {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment