Files
bamboo/extend/body/index.js
T
2022-06-04 11:43:05 +08:00

10 lines
152 B
JavaScript

/**
* 封装api返回结果
*/
const config = require("./config")
const body = require("./body")
module.exports = async (app) => {
app.res = body
}