Your Name
2022-08-10 84358f2bc9415c90099306f0c9c41cdc24cc78d6
src/api/intellectInspectSystem/inspectPointManage/index.ts
@@ -48,6 +48,12 @@
                url: import.meta.env.VITE_API_URL + `/safeCheckRegion/select/listRegionName`,
                method: 'get'
            });
        },
        getInspectPointAll: () => {
            return request({
                url: import.meta.env.VITE_API_URL + `/safeCheckPoint/select/getPointRegionRfidId`,
                method: 'post'
            });
        }
    };
}