From b4e1288a9b63eb820e9c9489c56aac4bf6b31067 Mon Sep 17 00:00:00 2001 From: Davin <591807572@qq.com> Date: 星期三, 18 十二月 2024 14:34:16 +0800 Subject: [PATCH] feature 图片资源更新 --- EZDemo/HDLEZDemo/HDLEZDemo/ViewController.m | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/EZDemo/HDLEZDemo/HDLEZDemo/ViewController.m b/EZDemo/HDLEZDemo/HDLEZDemo/ViewController.m index c3d82ad..1f56a52 100644 --- a/EZDemo/HDLEZDemo/HDLEZDemo/ViewController.m +++ b/EZDemo/HDLEZDemo/HDLEZDemo/ViewController.m @@ -10,9 +10,9 @@ //钀ょ煶闂ㄩ攣spk #define HDLEZ_DOOR_SPK @"security.door.ezviz" -#define HDLEZ_DEVICEID @"1671450533475319810" +#define HDLEZ_DEVICEID @"1679420297738518530" //#define HDLEZ_DEVICESERIAL @"K36229010" -#define HDLEZ_DEVICESERIAL @"J92513662" +#define HDLEZ_DEVICESERIAL @"L32590140" @interface ViewController ()<EZSDKDelegate> @@ -46,7 +46,7 @@ } - (IBAction)toDoorCamera:(id)sender { - [[EZSDK sharedInstance] PlayWithDeviceSerial:HDLEZ_DEVICESERIAL deviceId:HDLEZ_DEVICEID deviceType:HDLEZ_DOOR_SPK]; + [[EZSDK sharedInstance] PlayWithDeviceSerial:HDLEZ_DEVICESERIAL deviceId:HDLEZ_DEVICEID deviceType:HDLEZ_DOOR_SPK msgId:@""]; } - (IBAction)toTempView:(id)sender { -- Gitblit v1.8.0