mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-15 05:36:36 +08:00
feat: 完善对接接口
This commit is contained in:
@@ -137,7 +137,7 @@ namespace Yi.Framework.Stock.Application.Services
|
||||
/// <summary>
|
||||
/// 卖出股票
|
||||
/// </summary>
|
||||
[HttpPost("stock/sell")]
|
||||
[HttpDelete("stock/sell")]
|
||||
[Authorize]
|
||||
public async Task SellStockAsync(SellStockInputDto input)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user