--- sidebarDepth: 1 --- # 商城 # 索引 --- | 接口 |
| 描述 | | --- | --- | --- | | [CloseShopWindow](商城.md#closeshopwindow) | 客户端 | 关闭网易商城窗口 | | [HideShopGate](商城.md#hideshopgate) | 客户端 | 隐藏网易商城入口 | | [OpenItemDetailWindow](商城.md#openitemdetailwindow) | 客户端 | 打开特定商品的详情界面 | | [OpenShopWindow](商城.md#openshopwindow) | 客户端 | 打开网易商城窗口 | | [ShowShopGate](商城.md#showshopgate) | 客户端 | 显示网易商城入口 | ## CloseShopWindow 客户端 method in mod.client.component.neteaseShopCompClient.NeteaseShopCompClient - 描述 关闭网易商城窗口 - 参数 无 - 返回值 无 - 示例 ```python import client.extraClientApi as clientApi comp = clientApi.GetEngineCompFactory().CreateNeteaseShop(levelId) comp.CloseShopWindow() ``` ## HideShopGate 客户端 method in mod.client.component.neteaseShopCompClient.NeteaseShopCompClient - 描述 隐藏网易商城入口 - 参数 无 - 返回值 无 - 示例 ```python import client.extraClientApi as clientApi comp = clientApi.GetEngineCompFactory().CreateNeteaseShop(levelId) comp.HideShopGate() ``` ## OpenItemDetailWindow 客户端 method in mod.client.component.neteaseShopCompClient.NeteaseShopCompClient - 描述 打开特定商品的详情界面 - 参数 | 参数名 |