wgt-node-utils 0.0.32 → 0.0.35

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/src/index.js +2 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wgt-node-utils",
3
- "version": "0.0.32",
3
+ "version": "0.0.35",
4
4
  "description": "WGT工具类包",
5
5
  "main": "dist/bundle.js",
6
6
  "scripts": {
package/src/index.js CHANGED
@@ -327,7 +327,8 @@ class wgtNodeUtils {
327
327
  data: {
328
328
  receive_id: 'oc_aba13955509035daa7a799f30b1b3341',
329
329
  msg_type: 'text',
330
- content: `{"text":"<b>前端容器node报错</b>\\ncomponents: ${components}\\nenv: ${ENV}\\message: ${message}"}`,
330
+
331
+ content: `{\"text\":\"<b>前端容器node报错</b> \\n components: ${components}\\n env: ${ENV}, \\n message: ${message}\"}`,
331
332
  uuid: ''
332
333
  }
333
334
  }).then(res => {