1
0
Code Issues Pull Requests Packages Projects Releases Wiki Activity GitHub Gitee
epp/TODOs.md

64 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 启动远程 Nacos
> /www/wwwserv/epp/nacos/conf/application.properties port 改为 8488
cd /www/wwwserv/epp/nacos/bin
bash startup.sh -m standalone
bash shutdown.sh
http://106.75.217.14:8488/nacos/index.html
nacos
socan
# 启动本地 Nacos
E:
cd E:\nacos\bin
startup.cmd -m standalone
# 内网穿透
cd E:\Project\毕业设计\epp\intranet-penetration\bin
rathole.exe ../conf/client.toml
# 微信小程序后台设置 小程序最低基础库 2.21.3
https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/userProfile.html
优点:
订单id使用 雪花id可以分布式部署
遇到的问题:
nacos CPU占满问题解决方案提issue多次测试找到问题HTTPDebug问题解决
iPhone部分版本不支持webp格式图片
-----
Nacos CPU 跑满问题 我提的 GitHub issue
https://github.com/alibaba/nacos/issues/10080
-----
Nacos 2.2.0.1 需要配置
nacos.core.auth.plugin.nacos.token.secret.key=VGhpc0lzTXlDdXN0b21TZWNyZXRLZXkwMTIzNDU2Nzg=
参考:
https://nacos.io/zh-cn/docs/v2/guide/user/auth.html
-----
体温填报接口:
今日是否填报过,上报体温,上报的体温的历史记录
更多:
完成项目代码中的 TODO 部分
身份码后端接口考虑与其他系统的集成逻辑
Java代码中小程序AppID、密钥处理小程序代码中小程序AppID处理