diff --git a/types/jweixin/index.d.ts b/types/jweixin/index.d.ts index 6db4ac213f..b656e81ecc 100644 --- a/types/jweixin/index.d.ts +++ b/types/jweixin/index.d.ts @@ -210,6 +210,7 @@ declare namespace wx { localIds: string[]; errMsg: string; }): void; + cancel(): void; } /** * 从本地相册选择图片或使用相机拍照。