This commit is contained in:
qsh
2023-08-19 16:22:34 +08:00
parent d74abad722
commit 129b9808fb
7 changed files with 145 additions and 44 deletions

View File

@@ -6,4 +6,12 @@ export function queryVip(data) {
method: 'POST',
data,
});
}
export function getVipList(data) {
return request({
url: 'driver-api/tdMember/queryMember',
method: 'POST',
data,
});
}