Commit eec1da3e by zihan

参数调整

parent d5f524b7
...@@ -119,7 +119,7 @@ class BiboxStrategy3 extends Strategy3 { ...@@ -119,7 +119,7 @@ class BiboxStrategy3 extends Strategy3 {
for(let i=0;i<2;i++){ for(let i=0;i<2;i++){
setTimeout(()=>{ setTimeout(()=>{
sellOrder(); sellOrder();
},i*50+150); },i*50+120);
} }
} }
} }
......
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