This commit is contained in:
邹宗楠
2022-08-10 16:04:39 +08:00
parent 947a2a7ce4
commit 7efcd3a614
4 changed files with 79 additions and 21 deletions

View File

@@ -151,7 +151,10 @@ const (
WayBillStatusPrint = "wayBillStatus" // 运单状态
StoreStatusPrint = "storeStatus" // 门店状态
RiderVendorIdPrint = "riderVendorId" // 骑手所属平台id
RiderNamePrint = "riderName" // 骑手名称
RiderPhonePrint = "riderPhone" // 骑手电话
RiderVendorIdPrint = "riderVendorId" // 骑手所属平台id
RiderNamePrint = "riderName" // 骑手名称
RiderPhonePrint = "riderPhone" // 骑手电话
RejectionReasonPrint = "rejectionReason" // 拒收原因
CustcareRefundReasonPrint = "custcareRefundReason" // 客服退款理由
EnterTheStorePrint = "enterTheStore" // 进店
)