Commit 1f2b8c65 authored by ml's avatar ml

修改

parent 15524305
......@@ -366,6 +366,7 @@ export async function review(id: any, currentUser: any, ip: string | undefined)
param["max_order_value"] = dbPair.max_order_value;
}
let optResult = await addPairToCore(param);
addOptLog(currentUser.userId, 0, '上新交易对申请审核-提交到撮合', ip, `param:${JSON.stringify(param)}`, '交易上下线管理');
if (!optResult.is_success) {
RobotUtil.sendRobotMessage(RobotUtil.ROBOT_KEYS.COMMON_KEY, optResult.err_msg);
throw ErrorCode.ADD_PAIR_TO_CORE_ERR;
......
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