UNPKG

catproxy

Version:

a node proxy or host change tools

9 lines (8 loc) 182 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // 出现错误 var ERROR = exports.ERROR = -999; // 成功成功状态 var SUCC = exports.SUCC = 100;