Commit f12904d9 authored by sven's avatar sven

增加监控数据获取

parent c4240747
...@@ -41,5 +41,5 @@ func GetYinShiAccessToken(userName string) (string, error) { ...@@ -41,5 +41,5 @@ func GetYinShiAccessToken(userName string) (string, error) {
// GetCameraUrl 获取监控播放地址 // GetCameraUrl 获取监控播放地址
func GetCameraUrl(deviceId string) string { func GetCameraUrl(deviceId string) string {
return fmt.Sprintf("ezopen://open.ys7.com/%s/1.hd.live", deviceId) return fmt.Sprintf("ezopen://open.ys7.com/%s/1.live", deviceId)
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment