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 文件。