finance
黄伟 2 years ago
parent b5271cbeac
commit 426111a7f7

@ -111,7 +111,6 @@ func (a *afterService) Reject(ctx context.Context, args ArgsAfterServiceReject)
type ReplyAfterServiceDetail struct {
Id uint `json:"id"`
ChannelId uint `json:"channelId"`
AfsSn string `json:"afsSn"`
Status uint `json:"status"`
Result string `json:"result"`
@ -149,7 +148,7 @@ type ReplyAfterServiceLogisticsAddress struct {
Address string `json:"address"` // 地址
}
// LogisticsAddress @Title 售后详情
// LogisticsAddress @Title 寄回地址
func (a *afterService) LogisticsAddress(ctx context.Context, afsSn string) (reply ReplyAfterServiceLogisticsAddress, err error) {
xClient, err := client.GetClient(a)
if err != nil {

Loading…
Cancel
Save