暂存商户信息

This commit is contained in:
2025-02-21 15:47:36 +08:00
parent b078bbf26a
commit 93ee759092
26 changed files with 339 additions and 118 deletions

View File

@@ -71,6 +71,6 @@ export const getQuestionList = async function(page) {
}
// 获取扫描二维码的列表
export const getBackApproveList = async function(tenement, status=0) {
return await GET(`/wx/getApproveList?status=${status}&tenement=${tenement}`);
export const getBackApproveList = async function(tenement) {
return await GET(`/wx/getWorkUserList?tenement=${tenement}`);
}