Administrator
2023-12-01 95e52fd8db1d2801110cc84f1e4bd42a546a4a5c
trade/trade_juejin.py
@@ -66,7 +66,7 @@
def order_volume(code, price, count):
    if not constant.TRADE_ENABLE:
        return
    if code.find("00") != 0 and code.find("60") != 0:
    if not tool.is_shsz_code(code):
        raise Exception("只支持00开头与60开头的代码下单")
    code_str = code
    if code[0:2] == '00':