From 941c53ecbf08d2e39c60ce7e0f9dcd1d36aa4a22 Mon Sep 17 00:00:00 2001 From: milimoe Date: Fri, 11 Jul 2025 01:03:14 +0800 Subject: [PATCH] 1 --- OshimaWebAPI/Controllers/FunGameController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OshimaWebAPI/Controllers/FunGameController.cs b/OshimaWebAPI/Controllers/FunGameController.cs index b89906c..6c85f13 100644 --- a/OshimaWebAPI/Controllers/FunGameController.cs +++ b/OshimaWebAPI/Controllers/FunGameController.cs @@ -6699,7 +6699,7 @@ namespace Oshima.FunGame.WebAPI.Controllers } [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 {