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:
|
|
149
|
+
template_id: DEBT_COLLECTION_CARD_ID,
|
|
150
150
|
// template_id: 'ctp_AAdI5Sp48YUT',
|
|
151
151
|
template_variable: {
|
|
152
152
|
title,
|
package/package.json
CHANGED
|
@@ -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:
|
|
107
|
+
template_id: DEBT_COLLECTION_CARD_ID,
|
|
108
108
|
// template_id: 'ctp_AAdI5Sp48YUT',
|
|
109
109
|
template_variable: {
|
|
110
110
|
title,
|