liuxiaolong
2019-06-29 0896bcd7452a6fae5e36cf4bc59f0876c6e1d946
service/CamraUpdatesnashot.go
@@ -137,7 +137,7 @@
    fileurl := resp["fileUrl"].(string)
    filename = filepath.Base(fileurl)
    ok := camApi.UpdateSnapshotUrl(cid, filename))
    ok := camApi.UpdateSnapshotUrl(cid, filename)
    if !ok {
        return "",errors.New("update filelocal to camera fail") 
    }