| 1234567891011121314151617 |
- <?php
- namespace app\common\service\pay\alipay;
- use app\common\service\pay\base\BasePayService;
- /**
- * @notes 支付宝v3
- * author lbzy
- * @datetime 2024-11-11 13:52:54
- * @class AlipayV3Default
- * @package app\common\service\pay\alipay
- */
- class AlipayV2Service extends BasePayService
- {
-
- }
|