From 96c2f4f2fe3b3583a6c93eb7fc5d1d8252955a39 Mon Sep 17 00:00:00 2001 From: zha wei Date: Wed, 7 Jun 2023 21:42:33 +0800 Subject: [PATCH] description:session link error Signed-off-by: zha wei --- .../application-dev/reference/apis/js-apis-secureElement.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-secureElement.md b/zh-cn/application-dev/reference/apis/js-apis-secureElement.md index 5bc1d4bf20..baa60dca3f 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-secureElement.md +++ b/zh-cn/application-dev/reference/apis/js-apis-secureElement.md @@ -1006,9 +1006,9 @@ try { **返回值:** -| **类型** | **说明** | -| ------------------- | ----------------------------- | -| [Session](#Session) | 该channel绑定的Session 对象。 | +| **类型** | **说明** | +| -------- | ----------------------------- | +| Session | 该channel绑定的Session 对象。 | **示例:** -- GitLab