Administrator
7 小时以前 ad615df734b4d82f9a83a7d1805ac9fabdf01a53
api/outside_api_command_callback.py
@@ -1586,6 +1586,14 @@
                self.send_response({"code": 0, "data": {}},
                                   client_id,
                                   request_id)
            elif ctype == "remove_l_down_rate":
                # 删除L后撤单比例
                code = data.get("code")
                CancelRateHumanSettingManager().remove_l_down(code)
                trade_record_log_util.add_common_msg(code, "删除L后预设比例")
                self.send_response({"code": 0, "data": {}},
                                   client_id,
                                   request_id)
            elif ctype == "get_continue_buy_info":
                # 设置L后撤单比例