|
|
@ -195,6 +195,9 @@ type ReplyAfterServiceDetail struct {
|
|
|
|
HopeTypeName string `json:"hopeTypeName"`
|
|
|
|
HopeTypeName string `json:"hopeTypeName"`
|
|
|
|
TypeReasonName string `json:"typeReasonName"`
|
|
|
|
TypeReasonName string `json:"typeReasonName"`
|
|
|
|
Imgs []string `json:"imgs"`
|
|
|
|
Imgs []string `json:"imgs"`
|
|
|
|
|
|
|
|
LogisticsCompany string `json:"logisticsCompany"`
|
|
|
|
|
|
|
|
WaybillCode string `json:"waybillCode"`
|
|
|
|
|
|
|
|
SendAt int64 `json:"sendAt"`
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Detail @Title 售后详情
|
|
|
|
// Detail @Title 售后详情
|
|
|
|