From 6f7d07bad2b1af2664f3190bb3e92b0819c46864 Mon Sep 17 00:00:00 2001 From: 陶杰 <1378534974@qq.com> Date: 星期三, 18 十二月 2024 09:49:06 +0800 Subject: [PATCH] 1.只有待付款的订单启用倒计时,避免频繁请求接口 --- manifest.json | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/manifest.json b/manifest.json index 34ae2ab..7167d7e 100644 --- a/manifest.json +++ b/manifest.json @@ -51,7 +51,7 @@ "quickapp" : {}, /* 快应用特有相关 */ "mp-weixin" : { - "appid" : "wx3203fd935a6ffe09", + "appid" : "wx1441324401626290", "setting" : { "urlCheck" : false, "es6" : true, -- Gitblit v1.9.3