Admin
2022-11-16 f59373dccb4afb37e63f4fe655061d067244860c
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'
            });
        }
    };
}