|
|
|
@ -36,25 +36,25 @@ type GetAfsResponse struct {
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
type GetAfsParams struct {
|
|
|
|
|
ProcessResult uint `json:"processResult"`
|
|
|
|
|
CustomerName string `json:"customerName"`
|
|
|
|
|
ApplyReasonID uint `json:"applyReasonId"`
|
|
|
|
|
ApplyReasonName string `json:"applyReasonName"`
|
|
|
|
|
ApproveResult uint `json:"approveResult"`
|
|
|
|
|
AfsApplyTime int64 `json:"afsApplyTime"`
|
|
|
|
|
ApproveResultName string `json:"approveResultName"`
|
|
|
|
|
ProcessResultName string `json:"processResultName"`
|
|
|
|
|
AfsType ReturnType `json:"afsType"`
|
|
|
|
|
ReturnWareType uint `json:"returnWareType"`
|
|
|
|
|
CustomerMobile string `json:"customerMobile"`
|
|
|
|
|
QuestionPic string `json:"questionPic"`
|
|
|
|
|
ApproveNotes string `json:"approveNotes"`
|
|
|
|
|
ApprovedDate int64 `json:"approvedDate"`
|
|
|
|
|
CustomerEmail string `json:"customerEmail"`
|
|
|
|
|
ProcessedDate int64 `json:"processedDate"`
|
|
|
|
|
AfsApplyID uint `json:"afsApplyId"`
|
|
|
|
|
AfsTypeName string `json:"afsTypeName"`
|
|
|
|
|
Pin string `json:"pin"`
|
|
|
|
|
ProcessResult uint `json:"processResult"`
|
|
|
|
|
CustomerName string `json:"customerName"`
|
|
|
|
|
ApplyReasonID uint `json:"applyReasonId"`
|
|
|
|
|
ApplyReasonName string `json:"applyReasonName"`
|
|
|
|
|
ApproveResult uint `json:"approveResult"`
|
|
|
|
|
AfsApplyTime int64 `json:"afsApplyTime"`
|
|
|
|
|
ApproveResultName string `json:"approveResultName"`
|
|
|
|
|
ProcessResultName string `json:"processResultName"`
|
|
|
|
|
AfsType ReturnType `json:"afsType"`
|
|
|
|
|
ReturnWareType uint `json:"returnWareType"`
|
|
|
|
|
CustomerMobile string `json:"customerMobile"`
|
|
|
|
|
QuestionPic string `json:"questionPic"`
|
|
|
|
|
ApproveNotes string `json:"approveNotes"`
|
|
|
|
|
ApprovedDate int64 `json:"approvedDate"`
|
|
|
|
|
CustomerEmail string `json:"customerEmail"`
|
|
|
|
|
ProcessedDate int64 `json:"processedDate"`
|
|
|
|
|
AfsApplyID uint `json:"afsApplyId"`
|
|
|
|
|
AfsTypeName string `json:"afsTypeName"`
|
|
|
|
|
Pin string `json:"pin"`
|
|
|
|
|
AfsServiceState uint `json:"afsServiceState"`
|
|
|
|
|
AfsServiceID uint `json:"afsServiceId"`
|
|
|
|
|
NewOrderID uint `json:"newOrderId"`
|
|
|
|
|