fix: 接口参数调整
This commit is contained in:
parent
96eb7768f3
commit
d23acbee1c
|
|
@ -222,7 +222,7 @@ export class LogisticsController {
|
|||
}
|
||||
|
||||
@ApiOkResponse()
|
||||
@Post('/updateState/:id')
|
||||
@Post('/updateState/:shipmentId')
|
||||
async updateShipmentState(
|
||||
@Param('shipmentId') shipmentId: number
|
||||
) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue