diff --git a/honey_box/common/server/user.js b/honey_box/common/server/user.js index 58c736a8..3381ee43 100644 --- a/honey_box/common/server/user.js +++ b/honey_box/common/server/user.js @@ -40,11 +40,11 @@ export const updateUserInfo = async (data) => { }; /** - * 获取VIP等级列表 - * @returns {Promise} VIP列表 + * 获取权益等级列表 + * @returns {Promise} 权益等级列表 */ -export const getVipList = async () => { - return await RequestManager.get('/vip_list', {}, true); +export const getEquityList = async () => { + return await RequestManager.get('/equity_list', {}, true); }; /** diff --git a/honey_box/pages/user/vip.vue b/honey_box/pages/user/vip.vue index ce49b44a..f58f14a5 100644 --- a/honey_box/pages/user/vip.vue +++ b/honey_box/pages/user/vip.vue @@ -42,7 +42,7 @@