@tmsfe/tms-core 0.0.185 → 0.0.187

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmsfe/tms-core",
3
- "version": "0.0.185",
3
+ "version": "0.0.187",
4
4
  "description": "tms运行时框架",
5
5
  "repository": {
6
6
  "type": "git",
@@ -346,12 +346,12 @@ const cryptRuleUtil = {
346
346
  },
347
347
  // 不参与加密的请求路径规则: { 允许的域名: 不需要加密的path }
348
348
  _encryptPathRule: {
349
- 'tim.map.qq.com': ['^/user/login', '^/api/getClientConfigs', '^/basic/crypto/lastkey2', '^/mp/mobility/api/v1/takecar/charge/getRecommendPointAndEstimatePrice'],
349
+ 'tim.map.qq.com': ['^/user/login', '^/api/getClientConfigs', '^/basic/crypto/lastkey2', '^/mp/mobility/api/v1/takecar/charge/getRecommendPointAndEstimatePrice', '^/uben/takecar/estimate/route/plan'],
350
350
  'tim.sparta.html5.qq.com': [
351
351
  '^/user/login',
352
352
  '^/cnabroad', '^~/ReChargeCard/', '^/gasolinerecharge/v2/', '^/gasolinerecharge/rechargecard/',
353
353
  '^/tde', '^/basic/crypto/lastkey2',
354
- '^/mp/mobility/api/v1/takecar/charge/getRecommendPointAndEstimatePrice',
354
+ '^/mp/mobility/api/v1/takecar/charge/getRecommendPointAndEstimatePrice', '^/uben/takecar/estimate/route/plan',
355
355
  ],
356
356
  },
357
357
  isHostValid: (url) => {