修改缴费记录和对公
This commit is contained in:
@@ -2,9 +2,9 @@ import apis from '../utils/request';
|
||||
const { GET, POST, PUT, DELETE } = apis
|
||||
|
||||
// 获取充值记录
|
||||
export const getRechargeList = async function(year, codeId) {
|
||||
export const getRechargeList = async function(year = "", codeId = "", pay = "") {
|
||||
const tenement = wx.getStorageSync('tenement')?.id
|
||||
return await GET(`/wx/getRechargeList?year=${year}&tenement=${tenement}&codeId=${codeId}`);
|
||||
return await GET(`/wx/getRechargeList?year=${year}&tenement=${tenement}&codeId=${codeId}&pay=${pay}`);
|
||||
}
|
||||
|
||||
// 预备充值请求
|
||||
|
Reference in New Issue
Block a user