gm-mcp 1.1.1 → 1.1.2

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.
@@ -146,7 +146,7 @@ function sendReportOpsGroup(data) {
146
146
  const messageContent = {
147
147
  type: "template",
148
148
  data: {
149
- template_id: (0, env_1.getEnv)().LARK_X3_TEMPLATE_ID,
149
+ template_id: DEBT_COLLECTION_CARD_ID,
150
150
  // template_id: 'ctp_AAdI5Sp48YUT',
151
151
  template_variable: {
152
152
  title,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gm-mcp",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "description": "Mcp server for Gm",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -104,7 +104,7 @@ export async function sendReportOpsGroup(data: { title: string; message_content:
104
104
  const messageContent = {
105
105
  type: "template",
106
106
  data: {
107
- template_id: getEnv().LARK_X3_TEMPLATE_ID,
107
+ template_id: DEBT_COLLECTION_CARD_ID,
108
108
  // template_id: 'ctp_AAdI5Sp48YUT',
109
109
  template_variable: {
110
110
  title,