docs: format

master v1.0.10
大虾 3 years ago
parent 85b0feb1c7
commit be3f8d39b0

@ -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"`

Loading…
Cancel
Save