Sfoglia il codice sorgente

补充登录IM的方法

raolu 7 anni fa
parent
commit
02195057dd
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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');
        },