From 4eb37c3820a8f5255f7a008f6960382607d2287e Mon Sep 17 00:00:00 2001 From: laodaming <11058467+laudamine@user.noreply.gitee.com> Date: Thu, 27 Jul 2023 16:14:27 +0800 Subject: [PATCH] fix --- constants/websocket.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/websocket.go b/constants/websocket.go index 93648380..fcc6e372 100644 --- a/constants/websocket.go +++ b/constants/websocket.go @@ -14,5 +14,5 @@ const ( WEBSOCKET_ERR_DATA_FORMAT = "WEBSOCKET_ERR_DATA_FORMAT" ) -// 云渲染通知需要的签名字符串 +// 云渲染完成通知api需要的签名字符串 const RENDER_NOTIFY_SIGN_KEY = "fusen-render-notify-%s-%d"