fix
This commit is contained in:
parent
0a7d83a7a4
commit
c66f7435e3
|
@ -363,7 +363,7 @@ func (w *wsConnectItem) getProductRelationInfo(renderImageData *websocket_data.R
|
|||
|
||||
// 组装数据发送给unity
|
||||
func (w *wsConnectItem) assembleRenderDataToUnity(taskId string, resolution int, combineImage string, info websocket_data.RenderImageReqMsg, productTemplate *gmodel.FsProductTemplateV2, model3dInfo *gmodel.FsProductModel3d, element *gmodel.FsProductTemplateElement, productSize *gmodel.FsProductSize) (err error) {
|
||||
if w.userId != 127 && info.RenderData.ProductId != 32 {
|
||||
if w.userId != 127 || info.RenderData.ProductId != 32 {
|
||||
w.renderErrResponse(info.RequestId, info.RenderData.TemplateTag, taskId, "测试拦截,稍后开放", info.RenderData.ProductId, w.userId, w.guestId, productTemplate.Id, model3dInfo.Id, productSize.Id, *productTemplate.ElementModelId)
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user