sbd-npm 1.2.83 → 1.2.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/stock_basics.js +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sbd-npm",
3
- "version": "1.2.83",
3
+ "version": "1.2.84",
4
4
  "description": "Stock Big Data",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/stock_basics.js CHANGED
@@ -98,7 +98,7 @@ let Stock = {
98
98
  Stock.fetch_big_deal();
99
99
  break;
100
100
  case "rps":
101
- Util.fetch_rps_data(Stock.code);
101
+ Util.fetch_rps_data(Stock.code, "rps_zone");
102
102
  break;
103
103
  case "hist_trade": // 个股历史交易记录
104
104
  if (Stock.hist_start_date && Stock.hist_end_date) {