新订单页面
POST
http://localhost:8080/elm/obtainOrderListServlet
请求参数
参数名
类型
描述
必填
id
int
商家id 示例:2
必填
todayDate
string
今日日期 示例:2022-07-14
必填
orderStatus
string
订单状态 示例:等待接单
必填
响应参数
参数名
类型
描述
必填
orderQuantity
int
今日订单量 示例:0
必填
turnover
int
今日营业额 示例:80
必填
address
string
配送地址 示例:石榴湾社区
必填
dishesId
int
菜品id 示例:2
必填
dishesName
string
菜品名称 示例:糖醋鱼饭
必填
money
int
菜品价格 示例:20
必填
num
int
数量 示例:1
必填
id
int
用户id 示例:2
必填
nickName
string
用户名称 示例:李生黑
必填
orderStatus
string
订单状态 示例:等待接单
必填
phone
string
用户电话 示例:1387568955
必填
remark
string
订单备注 示例:
必填