2025年7月23日蜻蜓q旗舰版v1.4.2更新·增加支付宝支付配置·增加微信支付配置·增加在线充值订单相关功能·增加提现功能-优雅草 更新日志·更新增加了官方支付宝支付配置功能后台可以配置密钥
·更新增加了官方微信支付配置功能后台可以配置密钥
·更新增加了提现相关内容
·更新增加了在线充值以及订单回调相关功能 截图本次更新前端相关文件本次更新服务端相关文件app/Console/Commands/TestPay.php | 49 +
…/Controllers/Api/V1/Admin/ConfigController.php | 14 +
app/Http/Controllers/Api/V1/OrderController.php | 28 +-
app/Services/Pay/OrderRequest.php | 17 +
app/Services/Pay/PayApplyResponse.php | 14 +
app/Services/Pay/PayNotifyRequest.php | 38 +
app/Services/Pay/PayService.php | 172 +
composer.json | 9 +-
composer.lock | 5220 +++++++++—————-
routes/api.php | 7 +-
10 files changed, 2795 insertions(+), 2773 deletions(-)
create mode 100755 app/Console/Commands/TestPay.php
create mode 100755 app/Services/Pay/OrderRequest.php
create mode 100755 app/Services/Pay/PayApplyResponse.php
create mode 100755 app/Services/Pay/PayNotifyRequest.php
create mode 100755 app/Services/Pay/PayService.php 本次更新后台管理相关文件src/views/config/index.vue | 107 +++++++++++++++++++++++++++++++———————
1 file changed, 74 insertions(+), 33 deletions(-) 本次数据库结构改动不好列
|