Debug: true,//Turn on debugging mode, and the return values of all called APIs will be displayed in the client alarm. If you want to view the incoming parameters, you can open them on the pc side, and the parameter information will be printed through the log, which will only be printed on the pc side.
AppId:'',//required, the unique identification of the official account of WeChat.
Timestamp:,//Required, generates the timestamp of the signature.
NonceStr:'',//Required, generates a signed random string.
Signature:'',//required, signature, see appendix 1.
JsApiList: [] // Required, list of JS interfaces to use. For a list of all JS interfaces, see Appendix 2.
});