暂存账号管理

This commit is contained in:
2025-02-21 08:41:46 +08:00
parent 16a03fbb4b
commit b078bbf26a
11 changed files with 168 additions and 33 deletions

View File

@@ -68,4 +68,9 @@ export const getPrivaciList = async function() {
// 获取常见问题
export const getQuestionList = async function(page) {
return await GET(`/wx/getQuestions?page=${page}&type=0`);
}
// 获取扫描二维码的列表
export const getBackApproveList = async function(tenement, status=0) {
return await GET(`/wx/getApproveList?status=${status}&tenement=${tenement}`);
}