Home > Backend Development > PHP Tutorial > A question about WeChat development

A question about WeChat development

WBOY
Release: 2016-08-10 09:07:33
Original
939 people have browsed it

A shares the business card of official account X to B, and when B follows official account

Reply content:

A shares the business card of official account X to B, and when B follows official account

There is no way to bring the sharer's information when sharing a business card. You can consider some alternatives, such as using a temporary QR code with parameters:
When sharing, generate a temporary QR code with parameters, and combine the key of the QR code with A's personal information is stored in K-V form, and then A sends the QR code to B;
After B scans the code to follow, WeChat will push an attention event to the server, and bring the key of the scanned QR code. According to this key You can find the personal information of QR code sharer A

The official name of key is scene value ID: scene_str

Documentation link: https://mp.weixin.qq.com/wiki...

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template