service.go 287 B

12345678910111213
  1. // Copyright 2021 Tencent Inc. All rights reserved.
  2. // Package services 微信支付 API v3 Go SDK 服务列表
  3. package services
  4. import (
  5. "github.com/wechatpay-apiv3/wechatpay-go/core"
  6. )
  7. // Service 微信支付 API v3 Go SDK 服务类型
  8. type Service struct {
  9. Client *core.Client
  10. }