style: 修复股票api过期问题

This commit is contained in:
陈淳
2024-04-28 11:36:48 +08:00
parent ae30d4b2cb
commit 8c343fb01f

View File

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