lincl 5 years ago
parent
commit
d95492485e
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/assets/js/apis/api-im.js

+ 3 - 1
src/assets/js/apis/api-im.js

@ -141,7 +141,9 @@ export default {
        // 获取与医生相关的会话,实际上这些是P2P,群聊和讨论组
        getSessionsWithDoctor(userId, page, size) {
            return http.imget(ENDPOINTS.Sessions.Sessions,
                { user_id: userId, business_type: '1', page: page, size: size ,videoconferencing:1})
                { user_id: userId, page: page, size: size ,videoconferencing:1})
            // return http.imget(ENDPOINTS.Sessions.Sessions,
            //     { user_id: userId, business_type: '1', page: page, size: size ,videoconferencing:1})
        },
        // 获取最近7天内的会话列表
        getRecentSessions(userId) {