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