feat: 全面更新抽离版本号

This commit is contained in:
陈淳
2024-04-02 13:51:48 +08:00
parent 11443beb22
commit 3bfe4b6980
39 changed files with 72 additions and 146 deletions

View File

@@ -11,7 +11,7 @@ namespace Yi.Framework.Bbs.Domain.Managers.BankValue
{
public class BiyingBankValueProvider : IBankValueProvider, ITransientDependency
{
private const string Url = "https://api.biyingapi.com/hsrl/ssjy/600519/504d30854dbd93312d";
private const string Url = "https://api.biyingapi.com/hsrl/ssjy/600519/006566735102404165";
public async Task<decimal> GetValueAsync()
{
try