UNPKG

ibird-core

Version:

The core module of ibird.

12 lines 195 B
/** * 通用模块 * Created by yinfxs on 2017/5/17. */ module.exports = { //通用接口响应结构 response: { data: {}, errmsg: null, errcode: null } };