docs: format

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

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

Loading…
Cancel
Save