Liking cljdoc? Tell your friends :D

clj-wxpay.core

微信支付SDK的CLOJURE版本

微信支付SDK的CLOJURE版本
raw docstring

loggerclj

source

requestclj

(request cmd
         params
         &
         {:keys [sandbox? connectTimeoutMs readTimeoutMs cert? report? signType]
          :or {sandbox? (= (System/getProperty "clj.wxpay.sandbox") "true")
               cert? false
               report? false
               signType "MD5"}
          :as opts})

cmd:

  • pay/unifiedorder
  • pay/orderquery
  • secapi/pay/reverse
  • pay/closeorder
  • secapi/pay/refund
  • pay/refundquery
  • pay/downloadbill
  • payitil/report
  • tools/shorturl
  • tools/authcodetoopenid
cmd: 
- pay/unifiedorder
- pay/orderquery
- secapi/pay/reverse
- pay/closeorder
- secapi/pay/refund
- pay/refundquery
- pay/downloadbill
- payitil/report
- tools/shorturl
- tools/authcodetoopenid
sourceraw docstring

wxpay-configclj

source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close