Chuyển đến nội dung chính

closeWindow

Mô tả

Đóng màn hình miniapp

Parameters

N/A

Return Value

N/A

Mã Lỗi

Mã lỗiMô tả
040701Không tìm thấy webview để tắt

Code và Dữ liệu trả về mẫu

Yêu cầu gửi đi mẫu:

window.zlpSdk.UI
.closeWindow()
.then((response) => console.log(response))
.catch((error) => console.error(error.errorCode));

Dữ liệu trả về mẫu:

{ data: {}, status: "success" }