暂存充值审核
This commit is contained in:
@@ -34,8 +34,8 @@ export const handleRecharge = async function(park, data) {
|
||||
}
|
||||
|
||||
// 获取后台审核列表
|
||||
export const getRechargeApproveList = async function({park = "", page, keyword}) {
|
||||
return await GET(`/wx/getTopExamineList?park=${park}&page=${page}&keyword=${replaceSpecialIcon(keyword)}`)
|
||||
export const getRechargeApproveList = async function({park = "", page, keyword, status}) {
|
||||
return await GET(`/wx/getTopExamineList?park=${park}&page=${page}&keyword=${replaceSpecialIcon(keyword)}&status=${status}`)
|
||||
}
|
||||
|
||||
// 对公审核
|
||||
|
@@ -38,3 +38,8 @@ export const updateTenement = async function(pid, data) {
|
||||
export const unbindMeter = async function(pid, tid, code) {
|
||||
return await POST(`/tenement/${pid}/${tid}/binding/${code}/unbind`)
|
||||
}
|
||||
|
||||
// 获取b端用户
|
||||
export const getTenementUsers = async function(id) {
|
||||
return await GET(`/records/getWxUserList`);
|
||||
}
|
Reference in New Issue
Block a user