蛋蛋星球-制度模式
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.

15 rivejä
386 B

  1. package saobei
  2. const (
  3. // payPath 小程序支付接口
  4. miniPayPath = "/pay/open/minipay"
  5. // barcodePayPath 付款码支付(扫码支付)
  6. barcodePayPath = "/pay/open/barcodepay"
  7. // queryPath 支付查询
  8. queryPath = "/pay/open/query"
  9. // refundPath 退款申请
  10. refundPath = "/pay/open/refund"
  11. // queryRefundPath 退款订单查询
  12. queryRefundPath = "/pay/open/queryrefund"
  13. )