1. 首页
  2. 数据库
  3. 其它
  4. ding res msg:响应正文格式化程序 源码

ding res msg:响应正文格式化程序 源码

上传者: 2021-02-07 08:44:45上传 ZIP文件 81KB 热度 6次
丁格新闻 响应正文格式器 用法 安装 npm i --save ding-res-msg 快速开始 const resMsg = require ( 'ding-res-msg' ) ; // express const controller = ( req , res ) => { const data = 'hello world' ; res . send ( resMsg ( { data } ) ) } // koa2 const controller = ( ctx , next ) => { const data = 'hello world' ;
下载地址
用户评论