finance
黄伟 2 years ago
parent 9ab6a30499
commit cbfc157ef2

@ -89,7 +89,7 @@ type AfsItem struct {
} }
// Lists @Title 售后列表 // Lists @Title 售后列表
func (a *afterService) Lists(ctx context.Context, args ArgsAfsLists) (reply []ReplyAfsLists, err error) { func (a *afterService) Lists(ctx context.Context, args ArgsAfsLists) (reply ReplyAfsLists, err error) {
xClient, err := client.GetClient(a) xClient, err := client.GetClient(a)
if err != nil { if err != nil {
return nil, err return nil, err

Loading…
Cancel
Save