添加售后审核详情

finance
黄伟 2 years ago
parent a6e6bc5c0e
commit 6bec440068

@ -117,3 +117,14 @@ func (a *afsAudit) GetAfsAuditConfig(ctx context.Context) (reply ReplyAfsAuditCo
err = xClient.Call(ctx, "GetAfsAuditConfig", args, &reply)
return
}
// Info @Title 审核详情
func (a *afsAudit) Info(ctx context.Context, afsAuditId uint) (reply ReplyAfsDetail, err error) {
xClient, err := client.GetClient(a)
if err != nil {
return
}
args := 0
err = xClient.Call(ctx, "Info", args, &reply)
return
}

Loading…
Cancel
Save