This commit is contained in:
laodaming 2023-11-03 14:58:09 +08:00
parent 5d343ad006
commit 11be388dcc

View File

@ -421,7 +421,7 @@ func (w *wsConnectItem) assembleRenderDataToUnity(taskId string, resolution int,
header["content-type"] = "application/json" header["content-type"] = "application/json"
postData := map[string]interface{}{ postData := map[string]interface{}{
"group": "unity3d", "group": "unity3d",
"source": "home page", "source": "product list",
"priority": 1, "priority": 1,
"create_at": time.Now().UTC(), "create_at": time.Now().UTC(),
"resolution": resolution, "resolution": resolution,