This commit is contained in:
milimoe 2025-07-11 01:03:14 +08:00
parent cc605d8483
commit 941c53ecbf
Signed by: milimoe
GPG Key ID: 9554D37E4B8991D0

View File

@ -6699,7 +6699,7 @@ namespace Oshima.FunGame.WebAPI.Controllers
} }
[HttpPost("marketsellitem")] [HttpPost("marketsellitem")]
public string MarketSellItem([FromQuery] long? uid = null, [FromBody] int itemIndex = -1, [FromBody] double price = 0) public string MarketSellItem([FromQuery] long? uid = null, [FromQuery] int itemIndex = -1, [FromQuery] double price = 0)
{ {
try try
{ {