From ca1f6cd3402fd167e9a7a8999dcb61bc4f22151c Mon Sep 17 00:00:00 2001 From: zengyawen Date: Thu, 29 Dec 2022 01:41:25 +0000 Subject: [PATCH] update zh-cn/contribute/template/js-template.md. Signed-off-by: zengyawen --- zh-cn/contribute/template/js-template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/zh-cn/contribute/template/js-template.md b/zh-cn/contribute/template/js-template.md index 963faece38..b729a64b35 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。 | ## 方法 -- GitLab