From 85b8c3848dc46376e1148b5cd41ae6e96af7e0f9 Mon Sep 17 00:00:00 2001 From: DCloud_LXH <283700113@qq.com> Date: Thu, 7 Mar 2024 18:31:20 +0800 Subject: [PATCH] fix: cloud-common --- docs/uni-id/cloud-common.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/uni-id/cloud-common.md b/docs/uni-id/cloud-common.md index 4f8d6cd..0468ed6 100644 --- a/docs/uni-id/cloud-common.md +++ b/docs/uni-id/cloud-common.md @@ -89,9 +89,9 @@ module.exports = { | --- | --- | --- | --- | | token | String | 是 |客户端callFunction带上的token | | options | object | 否 |checkToken方法的选项 | -->|参数名称|类型|必填|说明| -->| ---| ---| --- | ---| -->| autoRefresh| boolean | 否 |是否需要自动判断刷新token,默认true | +@|参数名称|类型|必填|说明| +@| ---| ---| --- | ---| +@| autoRefresh| boolean | 否 |是否需要自动判断刷新token,默认true | **说明** -- GitLab