裂变星小程序-25.03.04
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

27 lines
367 B

// vip相关接口
const api = {
getUserInfoVip: {
url: '/info/getUserInfoVip',
method: 'GET',
auth: true,
},
getUserInfoVipList: {
url: '/info/getUserInfoVipList',
method: 'GET',
auth: true,
},
/**
* 激活
*/
openVip: {
url: '/fen/openVip',
method: 'POST',
auth: true,
limit : 500,
showLoading : true,
},
}
export default api