This commit is contained in:
dhr
2025-09-09 09:42:28 +08:00
parent 7e7d21f9ce
commit 177da7a28a
6 changed files with 255 additions and 114 deletions

View File

@ -105,3 +105,11 @@ export const getSafetyDay = (projectId) => {
method: 'get'
});
};
//安全天数
export const getWeather = (projectId) => {
return request({
url: '/money/big/screen/weather/' + projectId,
method: 'get'
});
};