Compare commits

...

1 Commits

Author SHA1 Message Date
wyh 874951a4cb fixed 2023-11-30 09:43:26 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ func PLANHolidayTempleteCreateOrUpdate(customplanid string, enable bool, beginda
// 假日计划模板获取
func PLANHolidayTempleteGetAll(pageNo, pageSize int) (*model.PlanHolidayDetail, error) {
url := fmt.Sprintf("/api/v1/open/access/plans/holiday?pageNo=%d&pageSize=%d", pageNo, pageSize)
url := fmt.Sprintf("/api/v1/open/access/plans/holidays?pageNo=%d&pageSize=%d", pageNo, pageSize)
resp, err := hikvisionRequest("GET", url, nil)
if err != nil {
return nil, err