forked from yoone/API
1
0
Fork 0

fix: 接口参数调整

This commit is contained in:
cll 2025-09-01 14:40:21 +08:00
parent 96eb7768f3
commit d23acbee1c
1 changed files with 1 additions and 1 deletions

View File

@ -222,7 +222,7 @@ export class LogisticsController {
} }
@ApiOkResponse() @ApiOkResponse()
@Post('/updateState/:id') @Post('/updateState/:shipmentId')
async updateShipmentState( async updateShipmentState(
@Param('shipmentId') shipmentId: number @Param('shipmentId') shipmentId: number
) { ) {