diff --git a/internal/storeLink/shuguangai.go b/internal/storeLink/shuguangai.go index 809441d8..429f772d 100644 --- a/internal/storeLink/shuguangai.go +++ b/internal/storeLink/shuguangai.go @@ -874,7 +874,7 @@ func (s *ShuguangAi) GetInferDeployInstance(ctx context.Context, id string) (*in var url string if resp.Data.Status == constants.Running { - url = resp.Data.ContainerPortInfoList[0].ContentPath + url = resp.Data.ContainerPortInfoList[0].AccessUrl } var modelType string