fix: downgrade error

This commit is contained in:
2025-12-27 22:21:34 +08:00
parent ff6795b469
commit 3293f1f8a5
2 changed files with 3 additions and 4 deletions

View File

@@ -158,7 +158,7 @@ func (svc *TaskService) ExportTask(ctx context.Context, req *task.ExportTaskRequ
_ = writer.WriteField("type", req.Type)
writer.Close()
httpReq, err := http.NewRequestWithContext(ctx, http.MethodPost, "http://192.168.5.56:8055/export", body)
httpReq, err := http.NewRequestWithContext(ctx, http.MethodPost, "https://cloud.texpixel.com:10443/doc_converter/v1/export", body)
if err != nil {
log.Error(ctx, "func", "ExportTask", "msg", "create http request failed", "error", err)
return nil, "", err