This commit is contained in:
laodaming 2023-08-17 16:07:27 +08:00
parent 1c2ab8c645
commit 17556690ed

View File

@ -267,7 +267,7 @@ func (w *wsConnectItem) assembleRenderData(taskId string, info websocket_data.Re
"folder": "", //todo 千人千面需要使用 "folder": "", //todo 千人千面需要使用
} }
//请求unity接口 //请求unity接口
url := "http://api.fusen.3718.cn:4050/api/render/queue/push" url := w.logic.svcCtx.Config.Unity.Host + "/api/render/queue/push"
header := make(map[string]string) header := make(map[string]string)
header["content-type"] = "application/json" header["content-type"] = "application/json"
t := time.Now().UTC() t := time.Now().UTC()