fixed
This commit is contained in:
parent
503870e90f
commit
874951a4cb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue