修改手动绑定结构,,调整用户最新信息

This commit is contained in:
2024-03-29 10:02:14 +08:00
parent c9abd2cfa0
commit 567133455c
11 changed files with 64 additions and 13 deletions

View File

@@ -44,4 +44,9 @@ export const reApprove = async function() {
// 非管理员扫码
export const userApply = async function(data) {
return await POST('/wx/apply', data);
}
// 获取所有的园区和商户
export const getUserParksAndTenementsList = async function() {
return await GET('/wx/getUserParksAndTenementsList');
}