协议修改
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user