修改首页选择园区,,商户,,电表
This commit is contained in:
@@ -49,4 +49,9 @@ export const userApply = async function(data) {
|
||||
// 获取所有的园区和商户
|
||||
export const getUserParksAndTenementsList = async function() {
|
||||
return await GET('/wx/getUserParksAndTenementsList');
|
||||
}
|
||||
|
||||
// 获取所有未阅读的用户数
|
||||
export const getUnReadApproveNumber = async function() {
|
||||
return await GET('/wx/getApproveNumber');
|
||||
}
|
Reference in New Issue
Block a user