Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 990 Bytes

qq支付接入文档.md

File metadata and controls

40 lines (28 loc) · 990 Bytes

haxibiao/helpers

haxibiao/helpers 是哈希表内部通用函数和类 欢迎大家提交代码或提出建议

QQ支付接口说明

1.qq配置文件路径

/packages/haxibiao/wallet/config/pay.php

2.使用方法

$order['amount'] = 1;
$order['description'] = '测试商品';
$order['trade_type'] = 'NATIVE';
$q =new QPayUtils();
$q->pay($order)

如图: image-20210706004854830

image-20210706004854830

3.返回参数说明

image-20210706004854830

4.相关链接

qq支付文档地址: https://mp.qpay.tenpay.cn/buss/wiki/38/1203

github参考地址:
https://github.com/tension/QPay-PHP-SDK

5.其他

.env 配置

可以去哈希表项目.env文件中参考与获取