This commit is contained in:
laodaming
2023-07-25 17:41:38 +08:00
parent 17aac7ad66
commit d0fc91b61b
5 changed files with 54 additions and 2 deletions

View File

@@ -13,3 +13,6 @@ const (
//图片渲染
WEBSOCKET_RENDER_IMAGE = "render-image"
)
// 云渲染通知需要的签名字符串
const RENDER_NOTIFY_SIGN_KEY = "fusen-render-notify-%s-%d"