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.
|
- 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"
- )
|