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

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

Summary

Functions

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

@spec get(WeChat.Pay.client(), url :: binary(), opts :: keyword()) ::
  WeChat.response()

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

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

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

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