finance
黄伟 2 years ago
parent 9ab6a30499
commit cbfc157ef2

@ -89,7 +89,7 @@ type AfsItem struct {
}
// 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)
if err != nil {
return nil, err

Loading…
Cancel
Save