fix
This commit is contained in:
parent
6db48bd2b5
commit
7cd73a8c96
@ -414,7 +414,7 @@ func (w *wsConnectItem) assembleRenderDataToUnity(taskId string, resolution int,
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
//×××××××××××××××××××××××××××××××××××××××××××××××××××××
|
//×××××××××××××××××××××××××××××××××××××××××××××××××××××
|
||||||
if w.userId == 127 {
|
if w.userId == 127 && info.RenderData.ProductId == 32 {
|
||||||
if element.Base != nil && *element.Base != "" {
|
if element.Base != nil && *element.Base != "" {
|
||||||
tempData = append(tempData, map[string]interface{}{
|
tempData = append(tempData, map[string]interface{}{
|
||||||
"name": "model_1",
|
"name": "model_1",
|
||||||
@ -491,7 +491,7 @@ func (w *wsConnectItem) assembleRenderDataToUnity(taskId string, resolution int,
|
|||||||
},
|
},
|
||||||
}
|
}
|
||||||
//**************************
|
//**************************
|
||||||
if w.userId == 127 {
|
if w.userId == 127 && info.RenderData.ProductId == 32 {
|
||||||
result = []interface{}{
|
result = []interface{}{
|
||||||
map[string]interface{}{
|
map[string]interface{}{
|
||||||
"light": 22,
|
"light": 22,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user