25개 이상의 토픽을 선택하실 수 없습니다.
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"
- )
|