@@ -1,4 +1,4 @@
import httputils from '@/api/httputils'
export function queryHours({postParams}) {
- return httputils.postJson(`/duoduo-service/transfer/chiller/business/hours/query`, postParams)
+ return httputils.postJson(`/duoduo-service/transfer/chiller/business/hours/query?projectId=Pj1101010001`, postParams)
}