Merge branch 'develop' of https://gitee.com/fusenpack/fusenapi into develop

This commit is contained in:
eson 2023-08-28 14:21:19 +08:00
commit 9aa51c221c

View File

@ -212,6 +212,7 @@ func (w *wsConnectItem) genRenderTaskId(renderImageData websocket_data.RenderIma
"income_param": incomeHashBytes,
"model_info": modelHashStr,
"template_info": templateHashStr,
"material_image": *productTemplate.MaterialImg,
"render_element": elementHashBytes,
}
return hash.JsonHashKey(hashMap)