# hui_uniapp **Repository Path**: sunhappy0318/hui_uniapp ## Basic Information - **Project Name**: hui_uniapp - **Description**: 会议系统,会议系统,会议系统,会议系统 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-07-28 - **Last Updated**: 2025-02-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hui_uniapp #### 介绍 会议系统,会议系统,会议系统,会议系统 #### 软件架构 软件架构说明 #### 安装教程 1. xxxx 2. xxxx 3. xxxx #### 使用说明 1. xxxx 2. xxxx 3. xxxx #### 参与贡献 1. Fork 本仓库 2. 新建 Feat_xxx 分支 3. 提交代码 4. 新建 Pull Request #### 特技 ### 微信登录流程 1. 获取用户code,也就是用户同意授权后的获取 > 如果是静默授权可以把此链接作为微信应用的链接地址,客户打开即授权,如果不是,则添加按钮引导用户进行点击授权,链接地址: https://open.weixin.qq.com/connect/oauth2/authorize?appid=APPID&redirect_uri=REDIRECT_URI&response_type=code&scope=SCOPE&state=STATE#wechat_redirec redirect_uri 为你的微信应用需要处理登录的地址,如果不需要前端处理,则此地址是后台的接口地址,需要用微信拼接的code参数来做下一步的操作