UNPKG

catproxy

Version:

a node proxy or host change tools

10 lines (9 loc) 350 B
// 注意这里有个 巧妙的地方,服务器的发送类型是 客户端的接受类型 // 获取数据配置 export const fetchConfig = "fetch_config"; // 出错的处理 export const saveConfig = "save_config"; // 远程上传 export const remoteUpdateRule = "remote_update_rule"; // 获取详情 export const getConDetail = "get_con_detail";