This commit is contained in:
laodaming 2023-07-27 16:14:27 +08:00
parent 5532cd1a11
commit 4eb37c3820

View File

@ -14,5 +14,5 @@ const (
WEBSOCKET_ERR_DATA_FORMAT = "WEBSOCKET_ERR_DATA_FORMAT"
)
// 云渲染通知需要的签名字符串
// 云渲染完成通知api需要的签名字符串
const RENDER_NOTIFY_SIGN_KEY = "fusen-render-notify-%s-%d"