fix
This commit is contained in:
parent
8cf76c7051
commit
97ae9e4d8e
|
@ -76,6 +76,7 @@ func (l *TestAiLogic) TestAi(req *types.TestAiReq, userinfo *auth.UserInfo) (res
|
|||
return
|
||||
}
|
||||
var resultBLM constants.BLMServiceUrlResult
|
||||
logx.Info("正在请求:" + l.svcCtx.Config.BLMService.Urls[hostIndex])
|
||||
err := curl.NewClient(l.ctx, &curl.Config{
|
||||
BaseUrl: l.svcCtx.Config.BLMService.Urls[hostIndex],
|
||||
Url: constants.BLMServiceUrlLogoCombine,
|
||||
|
|
Loading…
Reference in New Issue
Block a user