Commit 62e435c3 authored by ml's avatar ml

除配置文件外 去除bibox字眼

parent 2f6992f9
......@@ -4,7 +4,7 @@ v1 是 Madex 管理后台相关接口
v2 是资产管理后台相关接口
1. dao / common 等基础库和 js 使用同一套,后续基础库都用 ts 重构
2. 业务服务的编码风格暂时保持和 js 风格相同
3. 目前的 ts-dao 和 demo 项目代码风格都是是为了兼容 bibox 和 broker 中大量 js 代码。这样迁移的成本最低
3. 目前的 ts-dao 和 demo 项目代码风格都是是为了兼容 和 broker 中大量 js 代码。这样迁移的成本最低
## demo 项目说明
1. src/compatible-js 是兼容性测试,测试 ts 发布的 dao 可以在 js 项目中正常使用。
......
import { ormDB, feeRateSpotLog, feeRateContractLog, commonUserFeeSetting, feeRateBaseCoinContractLog } from "@madex/ex-ts-dao";
import { FEE_STATUS } from "../../src/constant/marketMakerConst";
const logger = require('@bibox/bibox_public').logger;
const logger = require('@madex/ex-js-public').logger;
import * as RobotUtil from "../../src/utils/robotUtils";
......
......@@ -43,11 +43,6 @@ app.use(configSetting.BASE_ABK_URL,apiRouterV2);
//启动Server
// app.listen(configSetting.port, function () {
// // logger.info("Wallet Gateway-(bibox_b020_southgatetoheaven) server listening on %d, in %s mode", configSetting.port, app.get("env"));
// // wxUtils.serviceStartSend('bibox_b020_southgatetoheaven');
// });
// 输出进程错误
process.on('uncaughtException', (error) => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment