forked from yoone/API
fix: 接口参数调整
This commit is contained in:
parent
96eb7768f3
commit
d23acbee1c
|
|
@ -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
|
||||||
) {
|
) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue