1
This commit is contained in:
@@ -324,10 +324,8 @@ func (c *PurchaseHandler) callbackAfsMsg2Status(msg *mtwmapi.CallbackMsg) (order
|
||||
// 0-等待处理中;1-商家驳回退款请求;2-商家同意退款;3-客服驳回退款请求;4-客服帮商家同意退款;5-超时未处理系统自动同意;6-系统自动确认;7-用户取消退款申请;8-用户取消退款申诉
|
||||
if refundData.ResType == 2 || refundData.ResType == 4 || refundData.ResType == 5 || refundData.ResType == 6 {
|
||||
orderStatus.Status = model.AfsOrderStatusFinished
|
||||
orderStatus.VendorStatus += "," + refundData.Status
|
||||
} else if refundData.ResType == 1 || refundData.ResType == 3 || refundData.ResType == 7 || refundData.ResType == 8 {
|
||||
orderStatus.Status = model.AfsOrderStatusFailed
|
||||
orderStatus.VendorStatus += "," + refundData.Status
|
||||
}
|
||||
|
||||
// 1-已申请 10-初审已同意 11-初审已驳回 16-初审已申诉 17-初审申诉已同意 18-初审申诉已驳回 20-终审已发起(用户已发货) 21-终审已同意 22-终审已驳回 26-终审已申诉 27-终审申诉已同意 28-终审申诉已驳回 30-已取消
|
||||
|
||||
Reference in New Issue
Block a user