Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

An example Analysis of Wechat Authorization developed by Wechat

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

This article mainly introduces the Wechat development of Wechat authorization example analysis, has a certain reference value, interested friends can refer to, I hope you can learn a lot after reading this article, let the editor take you to know about it.

1 the flow chart of Wechat license is as follows

Some code fragments are for reference only:

Var myNickname;var myHeadimgurl;var activityId;function saveData () {/ / $("# pShow") .show (); var obj = {}; obj.openId = myOpenId; obj.nickname = myNickname;// Wechat nickname obj.headimgurl = myHeadimgurl;// user avatar / / obj.activityimg = "xx"; / / active picture}

Use of local storage:

/ * * Note: because things stored locally are generally visible, there is a saying: if it is heavy * important data, it is recommended not to use this method. * / / use of local storage-openId = localStorage.getItem ("openId"); accesstoken = localStorage.getItem ("accesstoken"); / / use of local storage-value openId = localStorage.getItem ("openId"); accesstoken = localStorage.getItem ("accesstoken")

1. To develop Wechat, it is recommended to create some data and get the corresponding openId to facilitate debugging in the browser.

two。 The slightly troublesome thing is that every time the adjustment is completed, it needs to be published to the service or it will have no effect. This lz is easy to hurt at the beginning. If it's something that goes online, everyone knows, you'd better make a deal with the customer and adjust it at night.

Thank you for reading this article carefully. I hope the article "sample Analysis of Wechat Authorization in Wechat Development" shared by the editor will be helpful to everyone. At the same time, I also hope that you will support and pay attention to the industry information channel. more related knowledge is waiting for you to learn!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report