| 5 | const { PICTURE_PATH } = require('../constants/file-path'); |
| 6 | |
| 7 | class MomentController { |
| 8 | async create(ctx, next) { |
| 9 | // 1.获取数据(user_id, content) |
| 10 | const userId = ctx.user.id; |
nothing calls this directly
no outgoing calls
no test coverage detected