开始做充值,,调整了首页
This commit is contained in:
@@ -2,8 +2,8 @@ import apis from '../utils/request';
|
||||
const { GET, POST, PUT, DELETE } = apis
|
||||
|
||||
// 获取充值记录
|
||||
export const getRechargeList = async function(year) {
|
||||
return await GET(`/wx/getRechargeList?year=${year}`);
|
||||
export const getRechargeList = async function(year, tenement) {
|
||||
return await GET(`/wx/getRechargeList?year=${year}&tenement=${tenement}`);
|
||||
}
|
||||
|
||||
// 预备充值请求
|
||||
|
Reference in New Issue
Block a user