liukangdong
2024-09-03 749e8b25314323fe2197a1b3af97224ef70c7e4e
h5/api/staff.js
@@ -205,4 +205,12 @@
    method: 'post',
    data
  })
}
}
//  任务中心 标记已读
export const signReadTask = (data) => {
  return http({
    url: 'visitsAdmin/cloudService/business/staging/signRead',
    method: 'get',
    data
  })
}