增加几个大类
This commit is contained in:
parent
7c2375cff6
commit
c93370eacd
|
|
@ -0,0 +1,5 @@
|
|||
海康威视AI开放平台
|
||||
|
||||
===
|
||||
|
||||
https://ai.hikvision.com/
|
||||
|
|
@ -0,0 +1 @@
|
|||
海康云眸平台
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
// Package 海康
|
||||
package hikvision
|
||||
package isc
|
||||
|
||||
import (
|
||||
"crypto/hmac"
|
||||
|
|
@ -9,7 +9,7 @@ import (
|
|||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"io/ioutil"
|
||||
"io"
|
||||
"net/http"
|
||||
"strings"
|
||||
"time"
|
||||
|
|
@ -56,7 +56,7 @@ func artemisPOST(uri string, body interface{}) (*[]byte, error) {
|
|||
}
|
||||
|
||||
defer resp.Body.Close()
|
||||
respBody, err := ioutil.ReadAll(resp.Body)
|
||||
respBody, err := io.ReadAll(resp.Body)
|
||||
if err != nil {
|
||||
return nil, err
|
||||
}
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package hikvision
|
||||
package isc
|
||||
|
||||
// 海康配置
|
||||
type Config struct {
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package hikvision
|
||||
package isc
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package hikvision
|
||||
package isc
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
ISC(ISecure Center)综合安防管理平台
|
||||
======================================
|
||||
|
||||
https://open.hikvision.com/osp#%E7%BB%BC%E5%90%88%E5%AE%89%E9%98%B2%E7%AE%A1%E7%90%86%E5%B9%B3%E5%8F%B0
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
package hikvision
|
||||
package isc
|
||||
|
||||
import (
|
||||
"encoding/json"
|
||||
Loading…
Reference in New Issue