1
This commit is contained in:
@@ -259,6 +259,11 @@ func ComplaintRider(ctx *jxcontext.Context, vendorOrderID string, vendorID, wayb
|
||||
return err
|
||||
}
|
||||
|
||||
// GetComplaintList 获取投诉列表
|
||||
func GetComplaintList(orderId string) ([]*model.Waybill, error) {
|
||||
return dao.GetComplaintList(dao.GetDB(), orderId)
|
||||
}
|
||||
|
||||
func ComplaintRiderPlatform(ctx *jxcontext.Context, vendorOrderID string, vendorID, waybillVendorID, complaintID int) (err error) {
|
||||
return fmt.Errorf("只支持三方配送投诉!")
|
||||
//handler := partner.GetPurchaseOrderHandlerFromVendorID(vendorID)
|
||||
|
||||
Reference in New Issue
Block a user