diff --git a/zh-cn/contribute/template/js-template.md b/zh-cn/contribute/template/js-template.md index 963faece38d6bc5dade3e62c6f4735e565799202..b729a64b35bbb3d1d7d70f2732c63c5aa5eec6f0 100644 --- a/zh-cn/contribute/template/js-template.md +++ b/zh-cn/contribute/template/js-template.md @@ -119,10 +119,10 @@ import call from '@ohos.telephony.call'; **系统能力:** SystemCapability.xxx.xxx。(必选) -| 名称 | 类型 | 说明 | -| ---------------- | ----------------------------------------- | ------------------------------------------ | -| uid | number | 进程的用户标识。 | -| pid | number | 当前进程的pid。 | +| 名称 | 类型 | 值 | 说明 | +| ---------------- | -----------------------------------| -------- | ------------------------------------------ | +| uid | number | 1 | 进程的用户标识。 | +| pid | number | 2 | 当前进程的pid。 | ## 方法