添加如果有version就用version来判断数据新旧
Showing
| ... | ... | @@ -6,7 +6,7 @@ |
| "scripts": { | ||
| "strategy2": "node $NODE_DEBUG_OPTION strategy2.js", | ||
| "test": "export MACHINE=K; export http_proxy='http://localhost:8118';export https_proxy='http://localhost:8118';export agent='socks:127.0.0.1:1086';node $NODE_DEBUG_OPTION test_kucoin.js", | ||
| "strategy3": "export http_proxy='http://localhost:8118';export https_proxy='http://localhost:8118';export agent='socks:127.0.0.1:1086';node $NODE_DEBUG_OPTION kucoinStrategy3.js" | ||
| "strategy3": "export MACHINE=K;export http_proxy='http://localhost:8118';export https_proxy='http://localhost:8118';export agent='socks:127.0.0.1:1086';node $NODE_DEBUG_OPTION kucoinStrategy3.js" | ||
| }, | ||
| "author": "", | ||
| "license": "ISC", | ||
| ... | ... |
Please
register
or
sign in
to comment