Você não pode selecionar mais de 25 tópicos
Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
|
- 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"
- )
|