business.js 375 B

1234567
  1. import httputils from '@/api/httputils'
  2. export function queryHours({postParams}) {
  3. return httputils.postJson(`/duoduo-service/transfer/chiller/business/hours/query?projectId=Pj1101010001`, postParams)
  4. }
  5. export function updateHours({postParams}) {
  6. return httputils.postJson(`/duoduo-service/transfer/chiller/business/hours/update?projectId=Pj1101010001`, postParams)
  7. }