参数问题

This commit is contained in:
zhangguoping 2024-08-01 11:28:09 +08:00
parent 1bf9e7e1c5
commit 56a31a5035
3 changed files with 3 additions and 3 deletions

View File

@ -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,
})

View File

@ -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
})
})

View File

@ -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,
})