修改查询腾讯docker镜像接口,检查最新版本的接口

This commit is contained in:
jianzhichu
2026-06-09 21:49:04 +08:00
parent c88afc2fd0
commit 522fc6f699
4 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -4,7 +4,7 @@ using dy.net.model.dto;
using dy.net.model.entity; using dy.net.model.entity;
using dy.net.service; using dy.net.service;
using dy.net.utils; using dy.net.utils;
using dy.sync.lib; using jzc.http.lib;
using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Authorization;
using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc;
using Newtonsoft.Json; using Newtonsoft.Json;
@@ -406,7 +406,7 @@ namespace dy.net.Controllers
private static async Task<IActionResult> GetDockerTagVersions() private static async Task<IActionResult> GetDockerTagVersions()
{ {
var data = await DouyinHttpHelper.GetTenImage(Appsettings.Get("tagName")); var data = await JianZhiChuHttpHelper.GetTenImage(Appsettings.Get("tagName"));
if (data.IsSuccessStatusCode) if (data.IsSuccessStatusCode)
{ {
var content = await data.Content.ReadAsStringAsync(); var content = await data.Content.ReadAsStringAsync();
+2 -2
View File
@@ -104,8 +104,8 @@
</ItemGroup> </ItemGroup>
<ItemGroup> <ItemGroup>
<Reference Include="dy.sync.lib"> <Reference Include="jzc.http.lib">
<HintPath>lib\dy.sync.lib.dll</HintPath> <HintPath>lib\jzc.http.lib.dll</HintPath>
</Reference> </Reference>
</ItemGroup> </ItemGroup>
Binary file not shown.
Binary file not shown.