
egg
Ann ~♪
若水之年
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
宝塔部署egg项目
egg.js部署到宝塔面板安装PM2一键安装PM2切换node版本切换node版本新建站点 新建站点 选项随便选 随便选 上传项目上传项目并解压 不用打包 node_modules 文件夹上传项目.png添加启动文件egg项目根目录添加 index.js 文件const egg = require('egg');const workers = Number(process.argv[2] || require('o..转载 2021-01-22 15:04:05 · 1425 阅读 · 1 评论 -
egg获取小程序用户openid
egg-获取小程序openidconfig.jsconst config = { YOUR_SECRET_STRING: '', XIAO:{ APP_ID:'', APP_SECRET:'' }, }module.exports = configcontroller层async getopenid(){ const { ctx } = this; const {code}=ctx.request.body转载 2021-01-22 14:47:13 · 295 阅读 · 0 评论 -
egg.js 数据库表ID 设置为UUID
const userNew = { id : ctx.helper.uuid(), username : username, password : password, phone : phone, avatar_url : filepathNew.split("\\app")[1], create_time : nowTime, updat...转载 2020-04-12 17:28:52 · 2130 阅读 · 0 评论