整合前端

Change-Id: Iff8728bd5b87e5aa6a72f02ff3ad19ce99952e6d
diff --git a/src/api/user.js b/src/api/user.js
index 32073b1..2cfb40c 100644
--- a/src/api/user.js
+++ b/src/api/user.js
@@ -7,18 +7,7 @@
    */

   getCurrentUser() {

     return request({

-      url: '/auth/status',

-      method: 'get'

-    })

-  },

-

-  /**

-   * 获取用户分享率和统计信息

-   * @returns {Promise<Object>} 分享率统计信息

-   */

-  getUserRatioInfo() {

-    return request({

-      url: '/torrent/ratio/info',

+      url: '/user/profile',

       method: 'get'

     })

   },