摘要: app/service/diary.js 1.增 create // 新增文章 async create(params) { const { app } = this; try { const result = await app.model.Diary.create({ title: params 阅读全文
posted @ 2020-03-17 12:00 每天都要进步一点点 阅读(2787) 评论(0) 推荐(0)