This commit is contained in:
编码猿
2025-12-08 16:18:25 +08:00
parent 96ebc31637
commit 78336de068
3 changed files with 23 additions and 19 deletions

View File

@@ -31,7 +31,7 @@ export class ConfigureConfig {
// UserList: '/UserList',
// User_IndexTest: '/test',
Car_carList: '/test',
// Car_addCar: '/test',
Car_addCar: '/test',
Index_reg: '/reg',
Index_login: '/login',

View File

@@ -14,4 +14,8 @@ export class CarService {
@Mapper(ResponseType)
public async carList (params: object): Promise<ResponseType[]> {}
@GET()
@Mapper(ResponseType)
public async addCar (params: object): Promise<ResponseType[]> {}
}