This commit is contained in:
邹宗楠
2023-05-25 11:59:23 +08:00
parent 44a738be66
commit d8714def74
3 changed files with 28 additions and 25 deletions

View File

@@ -43,6 +43,17 @@ var (
"虞山街道": "虞山镇",
"常福街道": "虞山镇",
}
complaintReasonsMap = map[int]string{
1: "骑手态度恶劣",
2: "骑手接单后未取货",
3: "骑手取货太慢",
4: "骑手送货太慢",
5: "货品未送达",
6: "货品有损坏",
7: "骑手违规收取顾客其他费用",
69: "骑手恶意取消订单",
71: "骑手提前点击取货/送达",
}
)
type DeliveryHandler struct {