fix: 修复优化请求封装后获取摄像机画面截图请求异常的问题
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
export interface SnapResult {
|
||||
absoluteFilePath: string;
|
||||
path: string;
|
||||
url: string;
|
||||
code: number;
|
||||
msg: string;
|
||||
data: {
|
||||
absoluteFilePath: string;
|
||||
path: string;
|
||||
url: string;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user