finance
黄伟 2 years ago
parent 3f7f6d9e9c
commit fbcac03aee

@ -24,7 +24,7 @@ type ReplyServiceLists struct {
}
// Lists @Title 全部服务
func (s *Service) Lists(ctx context.Context, args ArgsAuditLists) (reply []ReplyServiceLists, err error) {
func (s *Service) Lists(ctx context.Context, args ArgsServiceLists) (reply []ReplyServiceLists, err error) {
xClient, err := client.GetClient(s)
if err != nil {
return

Loading…
Cancel
Save