-1

I want to send my customer bills to their wechat using my site (Laravel). I have searched the API but I'm confused. Could anyone please give me a roadmap to do this?

1 Answers1

0

Well, Wechat use JSSDK framework for their API. I am not an expert at that area but the few resources that seems helpful are

  1. Blog explaining JSSDK and how to develop API for it. https://blog.shanghaicoders.com/how-to-set-up-wechat-js-sdk-efc773c43c1e

  2. Git Repo with an example but with not so much details Github Repo 31ten/wechat tuto

I hope this gives you a head start.