problem description
how to pass parameters when sharing with Wechat official account?
the environmental background of the problems and what methods you have tried
Wechat official account sharing function needs to be realized. Once the user shares, user two opens the link shared by user one, and the information of user one can be obtained. How do I do this?
related codes
these parameters are given in the document, so what should I do if I want to bring parameters?
var shareData = { //data
title: "",
desc: "",
dataUrl: "",
type: "link",
imgUrl: "",
link: ""
}
what result do you expect? What is the error message actually seen?
I have just contacted Wechat"s official account. Please give me some advice, dear gods.