|
|
|
@ -48,6 +48,6 @@ func (a *afterService) RetailHistory(ctx context.Context, args ArgsRetailHistory
|
|
|
|
|
if err != nil {
|
|
|
|
|
return ReplyRetailHistory{}, err
|
|
|
|
|
}
|
|
|
|
|
err = xClient.Call(ctx, "RetailHistory", args, &reply)
|
|
|
|
|
err = xClient.Call(ctx, "RetailAfsLists", args, &reply)
|
|
|
|
|
return
|
|
|
|
|
}
|
|
|
|
|