订单详情页内容调整(增加配送方式、订单号等)
This commit is contained in:
@@ -46,6 +46,11 @@ export class TradeController {
|
||||
) {
|
||||
return this.tradeService.updateAddress(user.actorId, BigInt(id), body);
|
||||
}
|
||||
|
||||
@Post(':id/confirm-receive')
|
||||
confirmReceive(@CurrentUser() user: AuthUser, @Param('id') id: string) {
|
||||
return this.tradeService.confirmReceive(user.actorId, BigInt(id));
|
||||
}
|
||||
}
|
||||
|
||||
@Controller('partner/orders')
|
||||
|
||||
Reference in New Issue
Block a user