暂存账号管理
This commit is contained in:
@@ -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}`);
|
||||
}
|
Reference in New Issue
Block a user