AlipayV3Service.php 307 B

1234567891011121314151617
  1. <?php
  2. namespace app\common\service\pay\alipay;
  3. use app\common\service\pay\base\BasePayService;
  4. /**
  5. * @notes 支付宝v3 服务商
  6. * author lbzy
  7. * @datetime 2024-11-11 13:53:18
  8. * @class AlipayV3Service
  9. * @package app\common\service\pay\alipay
  10. */
  11. class AlipayV3Service extends BasePayService
  12. {
  13. }