wechat_pay
1.0.0
Elixir 中的微信支付。
將wechat_pay
加入mix.exs
的依賴項清單:
def deps do
[
{ :wechat_pay , "~> 0.10.0" } ,
{ :jason , "~> 1.0" } # or {:poison, "~> 4.0"}
]
end
請查看線上文件。
這項工作是免費的。您可以根據 MIT 授權的條款重新分發和/或修改它。有關更多詳細信息,請參閱 LICENSE.md 文件。