mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-12-05 16:16:35 +00:00
1
This commit is contained in:
parent
cc605d8483
commit
941c53ecbf
@ -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
|
||||
{
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user