Liking cljdoc? Tell your friends :D
Clojure only.

waimai.sf


requestclj

(request cmd
         params
         &
         {:keys [api dev_key dev_id]
          :or {api (or (System/getProperty "waimai.sf.api")
                       "https://commit-openic.sf-express.com/open/api/")
               dev_key (System/getProperty "waimai.sf.dev_key")
               dev_id (System/getProperty "waimai.sf.dev_id")}
          :as opts})

如催单接口: cmd: external/reminderorder params: {:order_id "xxx", :order_type 1, :shop_id "xxx", :shop_type "xxx"}

如催单接口:
cmd: external/reminderorder
params: {:order_id "xxx", :order_type 1, :shop_id "xxx", :shop_type "xxx"}
sourceraw docstring

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

× close