style: 修复股票api过期问题
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user