From 56a31a5035598b8c2fa7f258ed3aab95fec14486 Mon Sep 17 00:00:00 2001 From: zhangguoping Date: Thu, 1 Aug 2024 11:28:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=82=E6=95=B0=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- combining.html | 2 +- reduce.html | 2 +- wx-combining.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/combining.html b/combining.html index 43d1460..8a86f85 100644 --- a/combining.html +++ b/combining.html @@ -555,7 +555,7 @@ programID: "gh_07fecf7a6d31", path: "pages/index/index", // miniType: 2, // 1 开发版 2 体验版 // 正式z 删除 - extJson: JSON.stringify({ + extMsg: JSON.stringify({ code_batch_id: this.code_batch_id, token: this.token, }) diff --git a/reduce.html b/reduce.html index 7776023..1d62d43 100644 --- a/reduce.html +++ b/reduce.html @@ -265,7 +265,7 @@ programID: "gh_07fecf7a6d31", path: "pages/index/index", // miniType: 2, // 1 开发版 2 体验版 // 正式z 删除 - extJson: JSON.stringify({ + extMsg: JSON.stringify({ order_number: res.data.order_number }) }) diff --git a/wx-combining.html b/wx-combining.html index 3c9bb71..1755174 100644 --- a/wx-combining.html +++ b/wx-combining.html @@ -532,7 +532,7 @@ programID: "gh_07fecf7a6d31", path: "pages/index/index", // miniType: 2, // 1 开发版 2 体验版 // 正式z 删除 - extJson: JSON.stringify({ + extMsg: JSON.stringify({ code_batch_id: this.code_batch_id, token: this.token, })