协议修改

This commit is contained in:
chen wei bo
2025-09-08 22:59:40 +08:00
parent d4d3e986b3
commit 2545aadcab
13 changed files with 174 additions and 2 deletions
@@ -22,7 +22,7 @@ export class MockThemeService implements IThemeService {
}
// 获取大厅分类列表
async reqHallTheme(_req: proto.cs.ICSHallThemeReq): Promise<ApiResponse<proto.cs.ICSHallThemeRes>> {
async reqHallTheme(req: proto.cs.ICSHallThemeReq): Promise<ApiResponse<proto.cs.ICSHallThemeRes>> {
// 延时
await this.delay();