Ver código fonte

补充登录IM的方法

raolu 7 anos atrás
pai
commit
02195057dd
1 arquivos alterados com 3 adições e 0 exclusões
  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');
        },