11 Star 68 Fork 35

靈ヾ魂 / vol.demo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
绑定微信与微信登陆.txt 616 Bytes
一键复制 编辑 原始数据 按行查看 历史
283591387@qq.com 提交于 2022-10-31 22:24 . 1
视频代码地址:https://gitee.com/x_discoverer/vol.demo
1、获取appid与AppSecret,路径:开发->开发管理->开发设置:https://mp.weixin.qq.com/
2、HBuilder中设置appid:manifest.json->微信小程序配置填写appid
3、Startup.cs类中添加services.AddHttpClient();
4、sys_user表添加openid字段(ALTER TABLE dbo.Sys_User ADD OpenId VARCHAR(200)),代码生成器点同步表结构与生成model
5、添加HttpClientFactoryExtension.cs类
6、appsettings.json中添加微信配置
7、更新Sys_UserController.cs、Sys_UserService.cs
8、uni前端更新Login.vue、user.vue
1
https://gitee.com/x_discoverer/vol.demo.git
git@gitee.com:x_discoverer/vol.demo.git
x_discoverer
vol.demo
vol.demo
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891