Explorar el Código

补充登录IM的方法

raolu hace 7 años
padre
commit
02195057dd
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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');
        },