1 Star 1 Fork 0

颜言/gopay

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
api.go 386 Bytes
一键复制 编辑 原始数据 按行查看 历史
颜言 提交于 2024-09-12 18:02 +08:00 . 原版
package saobei
const (
// payPath 小程序支付接口
miniPayPath = "/pay/open/minipay"
// barcodePayPath 付款码支付(扫码支付)
barcodePayPath = "/pay/open/barcodepay"
// queryPath 支付查询
queryPath = "/pay/open/query"
// refundPath 退款申请
refundPath = "/pay/open/refund"
// queryRefundPath 退款订单查询
queryRefundPath = "/pay/open/queryrefund"
)
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ujq/gopay.git
git@gitee.com:ujq/gopay.git
ujq
gopay
gopay
95cb943fb81a

搜索帮助