UNPKG

ispider

Version:

iSpider is a simple and fast web spider written with Nodejs!

12 lines 210 B
/** * Created by yuexing */ module.exports = { debug : true, baseMsgCode : {//各种消息提示基础值 success : 2000, serverError : 50000000, clientError : 40000000, otherError : 30000000 } };