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':