From 232fbf48eb7b800e94ba4e659e75ce63357c0223 Mon Sep 17 00:00:00 2001 From: "shenwen.yin" Date: Fri, 29 Dec 2023 02:59:28 +0000 Subject: [PATCH] chore: fix typo --- cloudtower-api-doc/docs/user-cases/get-vnc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cloudtower-api-doc/docs/user-cases/get-vnc.md b/cloudtower-api-doc/docs/user-cases/get-vnc.md index 1bb0cb9..7d34f47 100644 --- a/cloudtower-api-doc/docs/user-cases/get-vnc.md +++ b/cloudtower-api-doc/docs/user-cases/get-vnc.md @@ -20,7 +20,7 @@ import GetVncResponse from '../../code_blocks/GetVncResponse.md' -或者可以选择使用 `token`, `vm_uuid` 和 `host_ip`以构建通过 CloudTower 转发的 noVnc 链接,由于 token 是一个被 base64 处理后的字符串,因此中可能包含一部分不能包含在 URL 的字符,例如 `/`,`+`,`=` 等,需要转移成十六进制数字: +或者可以选择使用 `token`, `vm_uuid` 和 `host_ip`以构建通过 CloudTower 转发的 noVnc 链接,由于 token 是一个被 base64 处理后的字符串,因此中可能包含一部分不能包含在 URL 的字符,例如 `/`,`+`,`=` 等,需要转义成十六进制数字: