This commit is contained in:
aaron 2025-02-21 16:51:50 +08:00
parent 6da0d075ad
commit c9f87f42ca

View File

@ -378,11 +378,7 @@ async def get_order_detail(
"community_name": order.address_community_name "community_name": order.address_community_name
} }
return success_response(data=order_data)
return success_response(data={
"order": order_data
})
# 提供一个接口传入community_id返回订单状态数量 # 提供一个接口传入community_id返回订单状态数量
@router.get("/status/count", response_model=ResponseModel) @router.get("/status/count", response_model=ResponseModel)