update
This commit is contained in:
parent
6da0d075ad
commit
c9f87f42ca
@ -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)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user