This commit is contained in:
laodaming 2023-10-10 18:11:47 +08:00
parent 8cf76c7051
commit 97ae9e4d8e

View File

@ -76,6 +76,7 @@ func (l *TestAiLogic) TestAi(req *types.TestAiReq, userinfo *auth.UserInfo) (res
return return
} }
var resultBLM constants.BLMServiceUrlResult var resultBLM constants.BLMServiceUrlResult
logx.Info("正在请求:" + l.svcCtx.Config.BLMService.Urls[hostIndex])
err := curl.NewClient(l.ctx, &curl.Config{ err := curl.NewClient(l.ctx, &curl.Config{
BaseUrl: l.svcCtx.Config.BLMService.Urls[hostIndex], BaseUrl: l.svcCtx.Config.BLMService.Urls[hostIndex],
Url: constants.BLMServiceUrlLogoCombine, Url: constants.BLMServiceUrlLogoCombine,