蛋蛋星球-制度模式
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

allinpay.md 536 B

1 month ago
123456789101112131415161718
  1. ## 通联支付
  2. - 通联支付:[官方文档中心](https://aipboss.allinpay.com/know/devhelp/index.php)
  3. > 具体API使用介绍,请参考`gopay/allinpay/client_test.go`,`gopay/allinpay/pay_test.go` 等xxx_test.go
  4. ### 通联支付 API
  5. * 统一支付接口(暂无账号为测试可用性):`client.Pay()`
  6. * 统一扫码接口: `client.ScanPay()`
  7. * 撤销订单:`client.Cancel()`
  8. * 交易退款:`client.Refund()`
  9. * 交易结果查询:`client.Query()`
  10. * 关闭订单:`client.Close()`
  11. * 申请退款:`client.Refund()`