小说小程序前端代码仓库(小程序)
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.
 
 
 

17 lines
293 B

const api = {
// 获取我的可用积分数
getMyMoneyNum : {
url: '/all_money/getMyMoneyNum',
method: 'GET',
auth: true,
},
// 获取我的流水列表带分页
getMyMoneyLogPage : {
url: '/all_money/getMyMoneyLogPage',
method: 'GET',
auth: true,
},
}
export default api