Admin
2022-08-16 f064f30c91750ae7ffb912e47bca5f9dbc143c8b
src/api/doublePreventSystem/rectify/index.ts
@@ -40,6 +40,12 @@
                url: import.meta.env.VITE_API_URL + `/prevent/device/select/listDevices`,
                method: 'post'
            });
        },
        getCodeByTime: (date: string) => {
            return request({
                url: import.meta.env.VITE_API_URL + `/prevent/dangerManage/count/byCreateDate?date=${date}`,
                method: 'get'
            });
        }
    };
}