为了测试调整了部分代码
Showing
| ... | ... | @@ -6,7 +6,9 @@ |
| "scripts": { | ||
| "strategy2": "node $NODE_DEBUG_OPTION strategy2.js", | ||
| "test": "node $NODE_DEBUG_OPTION test_lbank.js", | ||
| "strategy3": "export MACHINE='L'; node $NODE_DEBUG_OPTION lbankStrategy3.js" | ||
| "strategy3": "export MACHINE='L'; node $NODE_DEBUG_OPTION lbankStrategy3.js", | ||
| "strategy3Test": "export MACHINE='L';export agent='socks:127.0.0.1:1086';export http_proxy='http://localhost:8118';export https_proxy='http://localhost:8118';node $NODE_DEBUG_OPTION lbankStrategy3.js" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| ... | ... |
Please
register
or
sign in
to comment