mirror of
https://github.com/oshima-studios/OshimaGameModule.git
synced 2025-12-05 08:09:04 +00:00
交换库存查询
This commit is contained in:
parent
3f0d5ffa7d
commit
98795dcc5c
@ -1103,7 +1103,7 @@ namespace Oshima.FunGame.WebAPI.Services
|
|||||||
{
|
{
|
||||||
page = p;
|
page = p;
|
||||||
}
|
}
|
||||||
List<string> msgs = Controller.GetInventoryInfo6(uid, page, search, true);
|
List<string> msgs = Controller.GetInventoryInfo6(uid, page, search, false);
|
||||||
if (msgs.Count > 0)
|
if (msgs.Count > 0)
|
||||||
{
|
{
|
||||||
await SendAsync(e, "搜索库存物品(带描述)", "\r\n" + string.Join("\r\n", msgs));
|
await SendAsync(e, "搜索库存物品(带描述)", "\r\n" + string.Join("\r\n", msgs));
|
||||||
@ -1121,7 +1121,7 @@ namespace Oshima.FunGame.WebAPI.Services
|
|||||||
{
|
{
|
||||||
page = p;
|
page = p;
|
||||||
}
|
}
|
||||||
List<string> msgs = Controller.GetInventoryInfo6(uid, page, search, false);
|
List<string> msgs = Controller.GetInventoryInfo6(uid, page, search, true);
|
||||||
if (msgs.Count > 0)
|
if (msgs.Count > 0)
|
||||||
{
|
{
|
||||||
await SendAsync(e, "搜索库存物品", "\r\n" + string.Join("\r\n", msgs));
|
await SendAsync(e, "搜索库存物品", "\r\n" + string.Join("\r\n", msgs));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user