Your Name
2022-09-28 0dac7ba33f77342d2a9a1392c820d10d3b72d76c
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'
            });
        }
    };
}