投诉
This commit is contained in:
@@ -263,3 +263,11 @@ func ComplaintRider(ctx *jxcontext.Context, vendorOrderID string, vendorID, wayb
|
||||
}
|
||||
return err
|
||||
}
|
||||
|
||||
func ComplaintRiderPlatform(ctx *jxcontext.Context, vendorOrderID string, vendorID, waybillVendorID, complaintID int) (err error) {
|
||||
if vendorID != model.VendorIDJD {
|
||||
return fmt.Errorf("目前只支持京东投诉!")
|
||||
}
|
||||
handler := partner.GetPurchaseOrderHandlerFromVendorID(vendorID)
|
||||
return handler.ComplaintRider(vendorOrderID, complaintID, "")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user