diff --git a/zh-cn/application-dev/reference/apis/js-apis-rpc.md b/zh-cn/application-dev/reference/apis/js-apis-rpc.md index 6db8f498deefee261b2c3bcaf1012008a493f969..a01ef5dcf72a68f1571af71922a86b07e6bc345c 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-rpc.md +++ b/zh-cn/application-dev/reference/apis/js-apis-rpc.md @@ -66,7 +66,8 @@ writeRemoteObject(object: [IRemoteObject](#iremoteobject)): boolean **系统能力**:SystemCapability.Communication.IPC.Core **参数:** - | 参数名 | 类型 | 必填 | 说明 | + + | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | | object | [IRemoteObject](#iremoteobject) | 是 | 要序列化并写入MessageParcel的远程对象。 | @@ -156,7 +157,8 @@ writeInterfaceToken(token: string): boolean **系统能力**:SystemCapability.Communication.IPC.Core **参数:** - | 参数名 | 类型 | 必填 | 说明 | + + | 参数名 | 类型 | 必填 | 说明 | | -------- | -------- | -------- | -------- | | token | string | 是 | 字符串类型描述符。 |