Squashed commit of the following:
commit8c343fb01fAuthor: 陈淳 <454313500@qq.com> Date: Sun Apr 28 11:36:48 2024 +0800 style: 修复股票api过期问题 commitae30d4b2cbAuthor: 陈淳 <454313500@qq.com> Date: Fri Apr 26 19:08:18 2024 +0800 fix: 修复值对象查询导致问题,已同步sqlsugar更新 commit4c12626b44Author: 陈淳 <454313500@qq.com> Date: Mon Apr 22 18:15:57 2024 +0800 feat: 添加值对象 commitd389dcbedfAuthor: 陈淳 <454313500@qq.com> Date: Mon Apr 22 18:06:09 2024 +0800 feat: 添加值对象 commit58ff8f45cfAuthor: 陈淳 <454313500@qq.com> Date: Mon Apr 22 15:54:25 2024 +0800 feat: 去除新增的缓存操作 commit826271c84dAuthor: 陈淳 <454313500@qq.com> Date: Mon Apr 22 15:39:41 2024 +0800 feat: 添加缓存crud
This commit is contained in:
@@ -11,7 +11,8 @@ namespace Yi.Framework.Bbs.Domain.Managers.BankValue
|
|||||||
{
|
{
|
||||||
public class BiyingBankValueProvider : IBankValueProvider, ITransientDependency
|
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()
|
public async Task<decimal> GetValueAsync()
|
||||||
{
|
{
|
||||||
try
|
try
|
||||||
|
|||||||
Reference in New Issue
Block a user