Home  >  Article  >  Backend Development  >  A WeChat official account is connected to more than two third-party backends at the same time

A WeChat official account is connected to more than two third-party backends at the same time

WBOY
WBOYOriginal
2016-08-08 09:06:553456browse

1. I have a public account that is connected to a third-party management backend, but I want to add a new functional module using different URLs and tokens. How can I make these two third-party backends effective at the same time?

2. I saw that the third-party public account platform in the WeChat open platform can be like this, similar to the Shuidi platform. There is no need to fill in the URL and token, just authorization is enough, and it does not occupy the server configuration. But this seems difficult to do.

3. Is there a simpler way to connect an official account to two third-party backends at the same time?

Reply content:

1. I have a public account that is connected to a third-party management backend, but I want to add a new functional module using different URLs and tokens. How can I make these two third-party backends effective at the same time?

2. I saw that the third-party public account platform in the WeChat open platform can be like this, similar to the Shuidi platform. There is no need to fill in the URL and token, just authorization, and it does not occupy the server configuration. But this seems difficult to do.

3. Is there a simpler way to connect an official account to two third-party backends at the same time?

There is no way unless you write a route to forward to multiple backends

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn