diff --git a/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md b/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md index 67c220995c9b9fb2f535d5e1ede9f65edf3676ee..45c5c83f69a0b9eeab16e56861c9417ed8f58eca 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md +++ b/zh-cn/application-dev/reference/apis/js-apis-inputmethod.md @@ -336,7 +336,7 @@ InputMethodSetting.listInputMethod((err,data) => { ### listInputMethod -listInputMethod(): Promise<Array> +listInputMethod(): Promise<Array<InputMethodProperty>> 查询已安装的输入法列表。使用promise形式返回结果。参数个数为0,否则抛出异常。