编辑我的页面跳转,完成积分和优惠券页面的创建(内容还没写多少)
This commit is contained in:
@@ -69,4 +69,14 @@ export const getAidDetail = async function(id) {
|
||||
// 提交财务/律师援助
|
||||
export const askAid = async function(data) {
|
||||
return await POST(`/wx/aid/approve`, data);
|
||||
}
|
||||
|
||||
// 获取当前积分
|
||||
export const getCurrentIntegral = async function() {
|
||||
return await GET(`/integral/getWxIntegralList`);
|
||||
}
|
||||
|
||||
// 获取积分明细
|
||||
export const getIntegralRecord = async function({ page, size }) {
|
||||
return await GET(`/integral/getWxIntegralList/detail?page=${page}&size=${size}`);
|
||||
}
|
Reference in New Issue
Block a user