|
|
@ -179,22 +179,25 @@ func (a *afterService) Lists(ctx context.Context, channelId string, args ArgsAft
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type ReplyAfterServiceDetail struct {
|
|
|
|
type ReplyAfterServiceDetail struct {
|
|
|
|
Id uint `json:"id"`
|
|
|
|
Id uint `json:"id"`
|
|
|
|
AfsSn string `json:"afsSn"`
|
|
|
|
AfsSn string `json:"afsSn"`
|
|
|
|
ReceiverName string `json:"receiverName"`
|
|
|
|
ReceiverName string `json:"receiverName"`
|
|
|
|
ReceiverMobile string `json:"receiverMobile"`
|
|
|
|
ReceiverMobile string `json:"receiverMobile"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Status uint `json:"status"`
|
|
|
|
Result string `json:"result"`
|
|
|
|
Result string `json:"result"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|
CreatedAt int64 `json:"createdAt"`
|
|
|
|
UpdatedAt int64 `json:"updatedAt"`
|
|
|
|
UpdatedAt int64 `json:"updatedAt"`
|
|
|
|
SkuName string `json:"skuName"`
|
|
|
|
SkuName string `json:"skuName"`
|
|
|
|
ImgUrl string `json:"imgUrl"`
|
|
|
|
ImgUrl string `json:"imgUrl"`
|
|
|
|
SkuId uint `json:"skuId"`
|
|
|
|
SkuId uint `json:"skuId"`
|
|
|
|
Price decimal.Decimal `json:"price"`
|
|
|
|
Price decimal.Decimal `json:"price"`
|
|
|
|
Quantity uint `json:"quantity"`
|
|
|
|
Quantity uint `json:"quantity"`
|
|
|
|
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 售后详情
|
|
|
|