From 93186f87bac4dc9a47157702286f7fb6f8150ef6 Mon Sep 17 00:00:00 2001 From: wangxiaopeng <807933401@qq.com> Date: Thu, 14 Mar 2024 17:29:39 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/java/com/cool/store/dto/wx/PreOrderDTO.java | 7 ------- .../src/main/resources/application-local.properties | 4 ++-- .../src/main/resources/application-test.properties | 4 ++-- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/coolstore-partner-model/src/main/java/com/cool/store/dto/wx/PreOrderDTO.java b/coolstore-partner-model/src/main/java/com/cool/store/dto/wx/PreOrderDTO.java index befe8863b..7caa053e8 100644 --- a/coolstore-partner-model/src/main/java/com/cool/store/dto/wx/PreOrderDTO.java +++ b/coolstore-partner-model/src/main/java/com/cool/store/dto/wx/PreOrderDTO.java @@ -30,11 +30,4 @@ public class PreOrderDTO { */ @ApiModelProperty("订单总金额") private int total; - - public PreOrderDTO(String outTradeNo, String wxOpenId, String description, int total) { - this.outTradeNo = outTradeNo; - this.wxOpenId = wxOpenId; - this.description = description; - this.total = total; - } } \ No newline at end of file diff --git a/coolstore-partner-web/src/main/resources/application-local.properties b/coolstore-partner-web/src/main/resources/application-local.properties index b3239f00d..d71410630 100644 --- a/coolstore-partner-web/src/main/resources/application-local.properties +++ b/coolstore-partner-web/src/main/resources/application-local.properties @@ -49,8 +49,8 @@ trtc.sdkAppId=1600026212 trtc.secretKey=e036b654c665f649f053a01ff6f5652a826980027be298d4d49949f6e26434a5 trtc.video.callback.secretKey=ur4wq2iFbRI03Q35 -weixin.appId=wx997f2206e276e513 -weixin.appSecret=90a51574dde00480316f81a552e6b5cb +weixin.appId=wx085c84fe42691bf1 +weixin.appSecret=58e89c9ec4ade1d094bbe21836a19ec4 weixin.index.url=pages/index/index signKey=77fea013c3a6459685b83c21a2fc3411 diff --git a/coolstore-partner-web/src/main/resources/application-test.properties b/coolstore-partner-web/src/main/resources/application-test.properties index 9ea23ec30..34e1873de 100644 --- a/coolstore-partner-web/src/main/resources/application-test.properties +++ b/coolstore-partner-web/src/main/resources/application-test.properties @@ -60,8 +60,8 @@ trtc.sdkAppId=1600026212 trtc.secretKey=e036b654c665f649f053a01ff6f5652a826980027be298d4d49949f6e26434a5 trtc.video.callback.secretKey=ur4wq2iFbRI03Q35 -weixin.appId=wx997f2206e276e513 -weixin.appSecret=90a51574dde00480316f81a552e6b5cb +weixin.appId=wx085c84fe42691bf1 +weixin.appSecret=58e89c9ec4ade1d094bbe21836a19ec4 weixin.index.url=pages/index/index signKey=77fea013c3a6459685b83c21a2fc3411