Browse Source

补充登录IM的方法

raolu 7 năm trước cách đây
mục cha
commit
02195057dd
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      js/api-service.js

+ 3 - 0
js/api-service.js

@ -236,6 +236,9 @@
        imHttpGet: imHttpGet,
        imHttpPost: imHttpPost,
        getImgUrl: getImgUrl,
        loginIm: function(data){
            return imHttpPost('/users/login', data);
        },
        getDoctorInfo: function() {
            return httpGet('doctor/baseinfo');
        },