View Source WeChat.Requester.Pay (wechat v0.15.1)

默认的请求客户端(微信支付)

Summary

Functions

Link to this function

get(client, url, opts \\ [])

View Source
@spec get(WeChat.Pay.client(), url :: binary(), opts :: keyword()) ::
  WeChat.response()
Link to this function

post(client, url, body, opts \\ [])

View Source
@spec post(WeChat.Pay.client(), url :: binary(), body :: any(), opts :: keyword()) ::
  WeChat.response()
Link to this function

v2_post(client, url, body, opts \\ [])

View Source
@spec v2_post(WeChat.Pay.client(), url :: binary(), body :: any(), opts :: keyword()) ::
  WeChat.response()